{!! __("lang.workplace.title") !!}
{!! __("lang.common.count") !!} : {!! $foreigner_workplace_list_count !!}
@if($foreigner_workplace_list_count > 0) @foreach($foreigner_workplace_list as $key => $value) @endforeach @else @endif
{!! __("lang.form.is_current") !!} # {!! __("lang.workplace.title") !!} {!! __("lang.employee.title") !!} {!! __("lang.foreigner_workplace.date") !!}
@if($value['is_current'])
@endif
{!! $key + 1 !!}
{!! $value['workplace_label'] !!} {!! $value['employee_label'] !!}
    @if(!is_null($value['date_start']))
  • {!! \Carbon\Carbon::parse($value['date_start'])->format(__("lang.date.yymmdd")) !!}
  • @endif
  • @if(!is_null($value['date_end'])) {!! \Carbon\Carbon::parse($value['date_end'])->format(__("lang.date.yymmdd")) !!} @else 現在 @endif
{!! __("lang.error.empty") !!}