@extends('admin.layout.app') @section('title','Update Floor') @section('header')

Home - Floor Management

@endsection @section('content')
{{__('Update')}} Floor
{{ method_field('PATCH') }} @csrf @include('admin.floor.form')
@endsection @section('script') @endsection