{!! __("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'])
|
{!! $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 |