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

@lang('rentals/buildings/create.edit_building')

{{--
--}}
@endsection