@extends('Admin.AdminMaster') @section('content')
| Property Name: | Plot Number: | Block Number: | Property Size: | Seller Name: | Seller Address: | Seller Phone: | Buyer Name: | Buyer Address: | Buyer Phone: | Attachments: | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->PropertyName }} | {{ $item->PlotNo }} | {{ $item->BlockNo }} | @if ($item->PropertyName=='Plot'){{ $item->Size }} Sq.M | @else{{ $item->Size }} | @endif{{ $item->Fname}} | {{ $item->Location }} | {{ $item->Phone }} | {{ $item->CustomerName}} | {{ $item->Address }} | {{ $item->CustomerPhone }} |
Attach |