@extends('Admin.AdminMaster') @section('content')
All Ownership Transfer Properties Table.
@foreach ($estate as $item) @if ($item->PropertyName=='Plot') @else @endif @endforeach
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 }}{{ $item->Size }} Sq.M{{ $item->Size }}{{ $item->Fname}} {{ $item->Location }} {{ $item->Phone }} {{ $item->CustomerName}} {{ $item->Address }} {{ $item->CustomerPhone }} Attach
@endsection