@extends('layouts.app') @section('content')
| اسم العمارة | {{ $TblPropertyBuilding->title }} |
|---|---|
| الرمز الخاص | {{ $TblPropertyBuilding->unique_code }} |
| عدد الشقق | {{ $TblPropertyBuilding->numberofapartment }} |
| العنوان | {{ $TblPropertyBuilding->location }} |
| وقت الإضافة | {{ $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}} |