@extends('layouts.app') @section('title', 'Sửa Phòng thi - Admin NEU') @section('content')
@include('partials.nav', ['class' => 'mb-8']) Quay lại

Cập nhật Phòng thi

{{ $room->ten_mon }}

Mã LHP: {{ $room->ma_lhp }}
Ngày: {{ $room->ngay_thi }} - Ca: {{ $room->ca_thi }}
@csrf @method('PUT')
@error('link_zalo')
{{ $message }}
@enderror
Hủy
@include('partials.footer', ['class' => 'mt-12']) @endsection