@extends('layouts.app') @section('content') @if(Session::has('success_message'))
| Name | Address | Unit | Area | Latitude | Longitude | Monthly Rent | Security Deposit | Total Price | Other Policies | Available From | Emirate | Property Type | Vieweing Option | Bedroom Size | Washroom Size | Lanlord | Bid Count | Property Status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $property->name }} | {{ $property->address }} | {{ $property->unit }} | {{ $property->area }} | {{ $property->latitude }} | {{ $property->longitude }} | {{ $property->monthly_rent }} | {{ $property->security_deposit }} | {{ $property->total_price }} | {{ $property->other_policies }} | {{ $property->available_from }} | {{ optional($property->emirate)->id }} | {{ optional($property->propertyType)->id }} | {{ optional($property->vieweingOption)->id }} | {{ optional($property->bedroomSize)->id }} | {{ optional($property->washroomSize)->id }} | {{ optional($property->lanlord)->id }} | {{ $property->bid_count }} | {{ optional($property->propertyStatus)->id }} |