{{-- --}}
Case of the Month List
@if(session()->has('success-message'))
{{ session()->get('success-message') }}
@endif
@if(session()->has('error-message'))
{{ session()->get('error-message') }}
@endif
Case of the Month List
| Sr.No. | Case No. | Moderator Name | Mobile | Validity | Action | Comments | |
|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $row->id }} | {{ $row->name }} | {{ $row->email }} | {{ $row->mobile }} | {{ date('d/m/Y', strtotime($row->start_date)) }} To {{ date('d/m/Y', strtotime($row->end_date)) }} | Edit Delete | View |