|
|
|
|
|
|
|||||
|---|---|---|---|---|---|---|---|---|---|
|
@unless ($selectAll)
Anda telah memilih {{ $shifts->count() }} shift, apakah Anda mau memilih semua {{ $shifts->total() }} shift?
@else
Anda sekarang memilih semua {{ $shifts->total() }} shift.
@endif
|
|||||||||
|
|
{{ $shift->code ?? '-' }} | {{ $shift->name ?? '-' }} {{ $shift->is_active ? 'Aktif' : 'Nonaktif' }} | {{ optional($shift->start)->format('H:i') ?? '-' }} | {{ optional($shift->end)->format('H:i') ?? '-' }} |
@can('master.shift.edit')
Sunting
@endcan
|
||||