@extends('layouts.nursery') @section('title', 'إضافة موظف') @section('content')

إضافة موظف

@include('nursery.partials.staff-form', [ 'employee' => null, 'formAction' => route('nursery.staff.store'), 'formMethod' => 'POST', 'submitLabel' => 'حفظ', 'jobRoleOptions' => $jobRoleOptions, 'genderOptions' => $genderOptions, 'systemRoleOptions' => $systemRoleOptions, 'permissionGroups' => $permissionGroups, 'grantableKeys' => $grantableKeys, 'canGrantAll' => $canGrantAll, ])
@endsection