@extends('tenant.rentals.rentals-tabs') @section('breadcrumb') @include('tenant.layouts.breadcrumb', [ 'items' => [ __('breadcrumb.rentals') => '/rentals', __('breadcrumb.floors')=> '#', ], ]) @endsection @section('sidebar') @include('tenant.layouts.sidebar', ['activeItem' => 'rentals.floors']) @endsection @section('style') @endsection @php $activeTab = 'rentals-floors'; @endphp @section('content-field')
| # | @lang('rentals/floors/index.building') | @lang('rentals/floors/index.number') | @lang('rentals/floors/index.name') | @lang('rentals/floors/index.area') | @lang('rentals/floors/index.creation_date') | @lang('general.procedures') |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $floor->building->title ?? '' }} | {{ $floor->number }} | {{ $floor->title }} | {{ $floor->area }} | {{ $floor->created_at->format('Y-m-d') }} |
|
| @lang('rentals/floors/index.no_floors_yet') | ||||||
| @lang('general.total') | {{ dn($area_sum) }} @lang('rentals/floors/index.meter') | |||||