@include('admin.header')

Manage Online Appointments

MANAGE - Online Appointments

@if (isset($datas) && count($datas) > 0) @foreach ($datas as $data) @endforeach @endif
Date & Time Customer Name Email id Mobile Number Car Make Car Model Fuel Type Description Action
20 Dec {{$data->name}} {{$data->email}} {{$data->mobile_number}} {{$data->carmake}} {{$data->carmodel}} {{$data->fuel_type}} {{$data->description}}
@include('admin.footer')