@extends('Admin.AdminMaster') @section('content')
Batches Deadline
@foreach ($daysBelow as $item) @if ($item->state->owner->PropertyName=='Plot') @else @endif @endforeach
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}}{{ $item->state->owner->Size }} Sq.M{{ $item->state->owner->Size }}{{ $item->state->CityName}} {{ $item->state->StateName}} {{ $item->state->AreaName}} {{ $item->customer->CustomerName}} {{ $item->customer->CustomerPhone}} 0 0 0 {{ $item->NextPayment}}
@endsection