@extends('adminlte::page') @section('content')

Services Enquiry

List Of Enquiry

@if(isset($contacts)) @foreach($contacts as $all) @endforeach @endif
ID Customer Name Email Phone Subject Services Area Message Date
{{$all->id}} {{$all->name}} {{$all->email}} {{$all->phone}} {{$all->subject}} {{$all->services_area}} {{$all->message}} {{ optional($all->created_at)->format('Y-m-d') }}
ID Customer Name Email Phone Subject Services Area Message Date
@stop @section('js') @stop