@extends('layouts.app') @section('content')
| اسم العمارة | {{ $TblPropertyBuilding->title }} |
|---|---|
| الرمز الخاص | {{ $TblPropertyBuilding->unique_code }} |
| عدد الشقق | {{ $TblPropertyBuilding->numberofapartment }} |
| المدينة | {{ $TblPropertyBuilding->city?->name ?? 'N/A' }} |
| المنطقة | {{ $TblPropertyBuilding->zone?->name ?? 'N/A' }} |
| وقت الإضافة | {{ $TblPropertyBuilding->created_on }} |
| إضافة من قِبل المستخدم | {{ $TblPropertyBuilding->createdBy->full_name}} {{ $TblPropertyBuilding->createdBy->contact_no}} - {{ $TblPropertyBuilding->createdBy->country_code}} |
| الحالة | @if($TblPropertyBuilding->state_id == 1) Active @elseif($TblPropertyBuilding->state_id == 0) Inactive @endif |
| خط الطول | {{ $TblPropertyBuilding->latitude }} |
| خط العرض | {{ $TblPropertyBuilding->longitude}} |
إضافة شرط للحجز
إضافة سياسة