@extends('layouts.app') @section('title', 'Edit Room ' . $room->no) @section('page_title', 'Edit Room ' . $room->no) @section('page_subtitle', $room->name . ' · ' . $room->type . ', Floor ' . $room->floor) @section('nav_rooms', 'bg-teal-50 text-teal-700 font-semibold') @section('content')
Please fix the following errors: