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