@extends('tenant.layouts.master') @section('style') @endsection @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.floors') => route('tenant.rentals.floors.index'), __('breadcrumb.edit_floor') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.floors']) @endsection @section('content')
@method('put') @csrf

@lang('rentals/floors/create.edit_floor')

@endsection