Pick one property
@foreach ($allStatementscancel as $statement) @if($receipt->customer_property_id == $statement->id) @else @endif @if ($statement->cancelProperty->status == 0) @elseif($statement->cancelProperty->status == 1) @else @endif @if ($statement->status == \App\CustomerProperty::pending) @elseif($statement->status == \App\CustomerProperty::approved) @elseif($statement->status == \App\CustomerProperty::cancel) @else @endif @endforeach
Project Unit # Member Name Cancel Date Cancel Fee(pkr) Request Status Unit Status
{{ $statement->multiProject ? $statement->multiProject->name : ' ' }} {{ $statement->inventory->unit_number }} {{ $statement->customer ? $statement->customer->name : '' }}
Dealer: {{ $statement->dealer ? $statement->dealer->name : '' }}
@if (empty($statement->cancel_date)) {{ date('d-m-Y', strtotime($statement->cancelProperty->created_at)) }} @else {{ date('d-m-Y', strtotime($statement->cancel_date)) }} @endif {{ $statement->cancelProperty->fee }} PendingApprovedPendingApprovedCanceled