@if(Session::has('error'))
×
{{ Session::get('error') }}
@endif
@if(Session::has('success'))
×
{{ Session::get('success') }}
@endif
| S.No | Cust Type | Name | Phone | Start Date | End Date | Message | |
|---|---|---|---|---|---|---|---|
| {{$s_no}} | {{$row->cust_option}} | {{$row->first_name}} {{$row->last_name}} | {{$row->email}} | {{$row->phone}} | {{$row->start_date}} | {{$row->end_date}} |
|