@if (count($certificates) > 0)

Below is the list of State Certificates that you qualify for the course: {{ $title }}. Click the Certificate icon to view and print each certificate.

@foreach ($certificates as $item) @endforeach
{{ __('coursecategory.state_th') }} {{ __('coursecategory.completiondt_th') }} {{ __('coursecategory.approvalnumber_th') }}
{{ $item->fstate }} {{ $item->enrolcompletiondt }} {{ $item->approval }} View
@else
No Certificate Found
@endif