@extends('layouts.dashboard') @section('title', 'Bookings') @section('content')
{{ $view === 'week' ? $anchor->clone()->startOfWeek()->format('d M').' – '.$anchor->clone()->endOfWeek()->format('d M Y') : $anchor->format('F Y') }}
Next →{{ $day['date']->format('d') }}