{!! __("lang.coe.title") !!}

{!! __("lang.common.count") !!} : {!! $foreigner_coe_list_count !!}
{{--
--}} @if($foreigner_coe_list_count > 0) @foreach($foreigner_coe_list as $key => $value) @endforeach @else @endif
  {!! __("lang.form.is_current") !!} # {!! __("lang.coe.coe_name") !!} {!! __("lang.dictionary.is_issue.1") !!} {!! __("lang.coe.date_issue") !!} {!! __("lang.coe.date_expiry") !!}
@if($value['is_current'])
@endif
{!! $key + 1 !!} {!! $value['coe_label'] !!}
{!! __("lang.dictionary.is_issue.{$value['is_issue']}") !!}
@if(!is_null($value['date_issue'])) {!! \Carbon\Carbon::parse($value['date_issue'])->format(__("lang.date.yymmdd")) !!} @endif @if(!is_null($value['date_expiry'])) {!! \Carbon\Carbon::parse($value['date_expiry'])->format(__("lang.date.yymmdd")) !!} @endif
{{--
--}}