@extends('layouts.app') @section('title', 'Users') @section('content')

Edit User Details

Go Back
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@if($user->department=='site_manager')
@endif
third_party==1) checked @endif name="third_party" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault90" />
perm_dashboard==1) checked @endif name="dashboard" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault" />
perm_crm==1) checked @endif name="crm" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault2" />
perm_projects==1) checked @endif name="projects" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault3" />
perm_planning==1) checked @endif name="planning" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault4" />
perm_accounts==1) checked @endif name="accounts" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault5" />
perm_reports==1) checked @endif name="reports" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault6" />
perm_system==1) checked @endif name="system" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault7" />
perm_app_access==1) checked @endif name="app_access" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault8" />
perm_timesheet==1) checked @endif name="timesheet" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault9" />
manager_access==1) checked @endif name="manager_access" class="form-check-input" type="checkbox" value="1" id="flexCheckDefault10" />
@endsection @section('js') @endsection