@extends('site.layouts.app') @section('title', 'Add Room') @section('stylesheets') @endsection @section('content')

Add Room

Loading...
{{ csrf_field() }}
@endsection @push('scripts') @endpush