@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.add_new_building') => '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.buildings']) @endsection @section('content')
@csrf

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

{{--
@php $selected_type_id = old('building_type_id')?? $building_types->first()->id; @endphp
--}}
@endsection