@extends('Admin.AdminMaster') @section('content')
| Property Name: | Plot Number: | Block Number: | Property Size/Discrpitions: | City Name: | District Name: | Area/Street Name: | Customer Name: | Customer Phone: | Oncredit for Price: | Amount Payed: | Oncredit Amount: | Next Payment Date: | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->state->owner->PropertyName}} | {{ $item->state->PlotNo}} | {{ $item->state->BlockNo}} | @if ($item->state->owner->PropertyName=='Plot'){{ $item->state->owner->Size }} Sq.M | @else{{ $item->state->owner->Size }} | @endif{{ $item->state->CityName}} | {{ $item->state->StateName}} | {{ $item->state->AreaName}} | {{ $item->customer->CustomerName}} | {{ $item->customer->CustomerPhone}} | 0 | 0 | 0 | {{ $item->NextPayment}} |