@extends('dashboard.base') @section('css') @endsection @section('content')

Sale's Report

@csrf
{{-- --}} {{-- --}}
@foreach($sales as $sale) @endforeach
# Customer's Name Email Contact No Booking Date Seats Total Amount
{{ $loop->iteration }} {{date('d-m-Y', strtotime($sale->booking_date));}}
@endsection @section('javascript') @endsection