@extends('layouts/contentLayoutMaster') @section('title', 'Payment Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@if ($message = Session::get('success'))
@endif

Payment Calculation: {{ $from }} to {{ $to }}

Supplier Code Supplier Supplier Type Area Office/Plant Total TS Volume Remaining Dues Gross Payable Net Payable Calculated Amount Amount to be Paid Amount Paid Collection Point Actions
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script')