@include('components.dashboard.widget-over-days', [
'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.username') | @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.over_days') |
|---|