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