Edit Supervisor Information Supervisor
@csrf @method('put')
@php $divisions = App\Models\Division::all(); @endphp

{{--

--}}
@php $users = App\Models\User::where('company_id', $supervisor_assign->company_id) ->where('department_id', $supervisor_assign->department_id) ->get(); @endphp


Save