@extends($bookingLayout ?? 'crm.master') @section('title', ($editingBooking ? 'Edit Booking — ' : 'Checkout — ') . $product->name) @php $bookingRoutePrefix = $bookingRoutePrefix ?? (request()->routeIs('crm.booking.*') ? 'crm.booking.' : (request()->routeIs('car-rental.*') ? 'car-rental.' : 'booking.')); @endphp @section('head-extra') @endsection @section('content')