@foreach ($certificates as $certificate) @endforeach
{{ translate('Certificate') }} {{ translate('Certificate ID') }} {{ translate('Certificate Type') }} {{ translate('Certificate Date') }} {{ translate('Action') }}
{{ $certificate->subject ?? '' }}
{{ $certificate->certificate_id ?? 0 }} {{ $certificate?->type }} {{ customDateFormate($certificate->certificated_date, format: 'm D Y') }} {{ translate('View') }}