Daftar Staf Daftar Staf Master @can('master.data-staf.create') @endcan @can('master.data-staf.delete') @endcan
@foreach (app_const('NURSE_TYPES') as $type) @endforeach
@foreach (app_const('GENDERS') as $gender) @endforeach
@if ($selectPage) @endif @forelse ($staffs as $staf) @empty @endforelse
@unless ($selectAll)
Anda telah memilih {{ $staffs->count() }} staf, apakah Anda mau memilih semua {{ $staffs->total() }} staf?
@else Anda sekarang memilih semua {{ $staffs->total() }} staf. @endif
{{ $staf->name ?? '-' }} {{ $staf->email ?? '-' }} {{ $staf->phone_number ?? '-' }} {{ $staf->type ?? '-' }} {{ $staf->is_active ? 'aktif' : 'nonaktif' }}
@can('master.data-staf.edit') Sunting @endcan
{{ $staffs->links() }}