@extends('layouts.app') @section('title','Edit Hostel Room') @section('content')
@csrf @method('PUT')
{{ $errors->first('name') }}
{{ $errors->first('seat') }}
{{ $errors->first('hostel_id') }}
Cancel
@endsection