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

@lang('rentals/buildings/show.building_details')

@lang('general.edit')
@lang('rentals/buildings/show.details') {{ $building->title }}
@lang('rentals/buildings/show.building_name') {{ $building->title }}
@lang('rentals/buildings/show.building_land') {{ $building->earth_place }}
@lang('rentals/buildings/show.building_area') {{ $building->area }}
@lang('rentals/buildings/show.shops_area_in_building') {{ $building->shops_area }}
@lang('rentals/buildings/show.deterioration_or_corridors_area') {{ $building->booths_area }}
@lang('rentals/buildings/show.starting_work_permit_date') {{ $building->starting_work_permit_date }}
@lang('rentals/buildings/show.expire_work_permit_date') {{ $building->expire_work_permit_date }}
@lang('rentals/buildings/show.floor_information')
@lang('rentals/buildings/show.number_of_floors') {{ $building->floors_count }}
@endsection @push('script') @endpush