{{ __('certificates') }}

@if(Session::has('delete'))
{{Session::get('delete')}}
@endif

All Certificates

@foreach($certificates as $certificate) @endforeach
Researcher Name Certificate Name Certificate Photo Action
{{$certificate->researcher ? $certificate->researcher['name'] : 'N/A'}} {{$certificate->name}} Edit Delete
{{ $certificates->links() }}