@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 اختيار نوع المبنى @foreach ($building_types as $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') {{ old('notice') }} @lang('general.add') @endsection