@extends('layouts.main') @section('content')
Create Certificate
Certificate Detail
@foreach ($certificates as $key => $certificate) @endforeach
Sr No Title Name DOB Year Certificate Actions
{{ $key + 1 }} {{ $certificate->title }} {{ $certificate->name }} {{ $certificate->dob }} {{ $certificate->c_year }} Download Certificate
@push('footer-script') @endpush @endsection