{{-- resources/views/reservations/calendar.blade.php --}} @extends('layouts.app') @section('title', 'Reservations Calendar') @section('page_title', 'Calendar') @section('page_subtitle', $start->format('F Y')) @section('content')
← {{ $start->copy()->subMonth()->format('M') }} Today {{ $start->copy()->addMonth()->format('M') }} →
New Reservation
@endsection @push('styles') @endpush @push('scripts') @endpush