Pick one property
@foreach($transactions as $t) @if($t->property && $t->property->status != \App\CustomerProperty::cancel) @if(old('customer_property_id') == $t->product_id) @else @endif @endif @endforeach
Unit No. Net Amount Rebate Received Amount Paid Rebate
@if($t->property->inventory->registration) {{$t->property->inventory->registration->registrationNo->number}} @endif {{$t->property->inventory->unit_number}} {{number_format($t->property->net_pay)}} {{number_format($t->amount)}} {{number_format($received_amount[$t->id])}} {{number_format($paid_rebate[$t->id])}}