@include('Partials.sidebar')
@include('Partials.header')

Edit Floor

  1. Floors
  2. Edit
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif

Edit Floor

@csrf @method('PUT')
{{-- Project --}}
{{-- Master Plan --}}
{{-- Floor Name --}}
{{-- Floor Number --}}
Optional. Use 0 for ground floor.
Cancel
@include('Partials.footer')