@php $percentage=explode('%',$plot->plot_type); @endphp
Payment Detail
Total Price:{{$plot->total_price}}
Paid Amount:{{$plot->booking_price}}
@php $discount=$plot->total_price-$plot->booking_price @endphp
@php $netPrice @endphp
@php $netPrice=$plot->total_price-$discount @endphp
Discount: {{$discount}}O.S Amount:@if($netPrice-$detail->advance_amount>0){{$netPrice-$detail->advance_amount}} @else 0 @endif
Net Price:{{$netPrice}}
Out Standing Amount will be Paid in Installing As per Schedule