@extends('layouts.app') @section('title', __('dashboard.Add Reservation')) @section('page_heading', __('dashboard.Add Reservation')) @php $reservationBackRoute = auth()->user()?->hasSalesFocusModeEnabled() ? route('dashboard.sales-focus.index') : route('dashboard.reservations.index'); @endphp @section('breadcrumb')