@extends('layouts.main-layout') @section('title') Create Floor | Dashboard @endsection @section('content')

Create Floor

@csrf
@error('name') {{$errors->first('name')}} @enderror
@error('description') {{$errors->first('description')}} @enderror
@endsection