Settings

Add Staff

Create a staff record in the selected branch database.

@include('staff._form', [ 'action' => route('staff.store'), 'allBranches' => $allBranches, 'selectedBranchId' => $selectedBranchId, 'staff' => $staff, 'isEdit' => false, ])