@extends('admin.layouts.master') @section('content')
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
All Permission List
@csrf
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('username')) {{$errors->first('username')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
@if($errors->has('password')) {{$errors->first('password')}} @endif
Shift Report Permissions
{{-- --}}
Shift Profit Client Funding Vserve Profit Vserve Profit & Expense Clienr StackHolder Client Total Charge & Kilometer Staff/Contractor Hours Budget Expiry/Amount Notification
{{--
--}}
Permissions
{{-- --}}
@foreach($permissions as $permission) @endforeach
Employee Permission Read Insert Update Delete Import Export All checked
@if(class_basename($permission->module)=="ClientShiftType"){{"ClientShiftCharge"}}@else{{class_basename($permission->module)}}@endif
@endsection @section('script') @endsection