Certificates
ID
Certificate ID
Name
Type
Title
Date
Action
@foreach($certificates as $c)
{{ $c->id }}
{{ $c->certificate_id }}
{{ $c->name }}
{{ $c->type }}
{{ $c->title }}
{{ date('d M Y', strtotime($c->issue_date)) }}
View
@endforeach