@include('admin.header') @php use Illuminate\Support\Facades\Storage; @endphp

SERVICE BOOKINGS

MANAGE - Service Bookings

@if (isset($objs) && count($objs) > 0) @foreach ($objs as $itm) @endforeach @else @endif
Date & Time Customer Name Mobile Number & Email ID Booking ID Total Cost Payment Status Action
{{ $itm->created_at }} {{ $itm->name }} {{ $itm->email }} /{{ $itm->mobile_number }} {{ '#'.$itm->booking_number }} {{ $itm->total_cost }} {{ $itm->payment_status }}
-- No Data Found ! --
@include('admin.footer')