@extends('layouts.app') @section('title', 'Edit Reservation') @section('page_title', $reservation->booking_no) @section('page_subtitle', 'Edit reservation for ' . $reservation->guest_name) @section('nav_reservations', 'bg-teal-50 text-teal-700 font-semibold') @section('content')
Please fix the following: