@include('admin.common.header')
@include('admin.common.sidebar')
Contact Inqueries
Export as CSV
@if (session('status'))
{{ session('status') }}
@endif
@foreach ($contacts as $i => $contact) @endforeach
# Name Company Name Type of Industry Phone Email How did you find us Message Created At Action
{{$contacts->firstItem()+$i}} {{ $contact->firstname }} {{ $contact->lastname }} {{ $contact->companyname }} {{ $contact->typeofindustry }} {{ $contact->phone }} {{ $contact->email }} {{ $contact->findus }} {{ $contact->message }} {{ $contact->created_at }} Delete
Showing {{ $contacts->firstItem() }} to {{ $contacts->lastItem() }} of total {{$contacts->total()}} entries
{{ $contacts->appends($_GET)->links() }}
@include('admin.common.footer')