Settings

Edit Staff

Update the selected branch staff record.

@include('staff._form', [ 'action' => route('staff.update', ['staff' => $staff->id]), 'allBranches' => $allBranches, 'selectedBranchId' => $selectedBranchId, 'staff' => [ 'staffname' => $staff->staffname, 'userid' => $staff->userid, 'pwd' => '', 'level' => $staff->level, ], 'isEdit' => true, ])