{!! __('lang.common.count') !!} : {!! $application_list_count !!}
#
|
{!! __('lang.application.attendance.date_created') !!} | {!! __('lang.application.attendance.authorizer') !!} |
{!! __('lang.form.status') !!}
|
{!! __('lang.application.attendance.date') !!} | {!! __('lang.master.attendance_matter.title') !!} | {!! __('lang.application.attendance.stime') !!} | {!! __('lang.application.attendance.ftime') !!} | |
---|---|---|---|---|---|---|---|---|
{!! $key + 1 !!}
|
{!! \Carbon\Carbon::parse($value['date_created'])->format(__('lang.date.yymmdd')) !!} | {!! implode(' ', [ $value['authorizer_sname'], $value['authorizer_gname'], ]) !!} |
@if($value['is_done'])
@if($value['is_approved'])
{!! __('lang.application.attendance.is_approved') !!}
@else
{!! __('lang.application.attendance.is_returned') !!}
@endif
@else
{!! __('lang.dictionary.is_done.0') !!}
@endif
|
{!! \Carbon\Carbon::create( $value['yy'], $value['mm'], $value['dd'], )->format(__('lang.date.yymmdd')) !!} | {!! $value['attendance_matter_label'] !!} | @if(!is_null($value['stime'])) {!! \Carbon\Carbon::parse( $value['stime'] )->format(__('lang.date.hhii')) !!} @endif | @if(!is_null($value['ftime'])) {!! \Carbon\Carbon::parse( $value['ftime'] )->format(__('lang.date.hhii')) !!} @endif | |
{!! __('lang.error.empty') !!} |