@include('components.dashboard.personnel-on-duty', [
'show_all' => false,
])
| @lang('app.nomor') |
@lang('app.name')
@include('components.icons.cevron-up-small', ['field' => 'name'])
@include('components.icons.cevron-down-small', ['field' => 'name'])
|
@lang('app.position') | @lang('app.gender') | @lang('app.company') | @lang('app.location') |
@lang('app.start_duty')
@include('components.icons.cevron-up-small', [
'field' => 'start_duty',
])
@include('components.icons.cevron-down-small', [
'field' => 'start_duty',
])
|
@lang('app.end_duty')
@include('components.icons.cevron-up-small', [
'field' => 'end_duty',
])
@include('components.icons.cevron-down-small', [
'field' => 'end_duty',
])
|
@lang('app.working_days') | @lang('app.actions') |
|---|