@extends('layouts.admin') @section('content') @if (session('error'))
{{ session('error') }}
@endif
Booking Report Management
@csrf
Transaction Report Management
@csrf
@endsection @section('scripts') @endsection