@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') {{-- نوع المبنى اختيار نوع المبنى @foreach ($building_types as $building_type) building_type_id == $building_type->id ? "selected" : ''}}>{{$building_type->name}} @endforeach --}} @lang('rentals/buildings/create.number') @lang('rentals/buildings/create.building_name') @lang('rentals/buildings/create.land') @lang('rentals/buildings/create.building_area') @lang('rentals/buildings/create.shops_area') @lang('rentals/buildings/create.deterioration_or_corridors_area') @lang('rentals/buildings/create.starting_work_permit_date') @lang('rentals/buildings/create.expire_work_permit_date') @lang('rentals/buildings/create.attachments') @lang('rentals/buildings/create.others') {{ $building->notice }} @lang('general.edit') @endsection