@extends('layouts/contentLayoutMaster') @section('title', 'IBL Payments') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')

Payments From {{ $paymentCalculation->from }} To {{ $paymentCalculation->to }}

@foreach ($paymentDetails as $paymentDetail) @endforeach
Vendor Remaining Dues Total Fixed Price Total Variable Price Total Expense Price Calculated Amount Amount to be Paid Amount Paid
{{ $payment->vendor->name }} {{ $payment->remaining_Dues }} {{ $payment->totalFixedPrice }} {{ $payment->totalVariablePrice }} {{ $payment->totalExpensesPrice }} {{ $paymentDetail->calculated_amount }} {{ $paymentDetail->amount_to_be_paid }} {{ $payment->amount_paid }}
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection