Eligibility Certificate List
{{--
--}}
@if (session()->has('error'))
{!! session()->get('error') !!}
@endif
@if (session()->has('success'))
{!! session()->get('success') !!}
@endif
| SL. | Name | Fathers Name | REG No | Category | DOB | Year Pass | Reg Date | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ $a }} | {{ $data->name }} | Download View | {{ $data->father_husband }} | {{ $data->regno }} | {{ $data->social_category }} | {{ $data->dob }} | {{ $data->email }} | {{ $data->year_pass }} | {{ date('d-m-Y', strtotime($data->created_at)) }} | @php $a++; @endphp