@php $page = "contact_us_details"; @endphp @extends('admin/include/layout')

Contact Us Details

@if(Session::has('error'))
× {{ Session::get('error') }}
@endif @if(Session::has('success'))
× {{ Session::get('success') }}
@endif
@php $s_no = "1"; @endphp @foreach($details as $row) @php $s_no++; @endphp @endforeach
S.No Cust Type Enquiry Type Name Email Phone Date Message
{{$s_no}} {{$row->cust_option}} {{$row->choose_option}} {{$row->first_name}} {{$row->last_name}} {{$row->email}} {{$row->phone}} {{$row->created_date}}