@extends('layouts.app') @section('title', __('party.payment')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('party.payment') }}
Load
{{ __('payment.due_payments') }}
# {{ __('app.date') }} {{ __('app.invoice_or_reference_no') }} {{ __('app.grand_total') }} {{ __('app.paid_amount') }} {{ __('app.balance') }} {{ __('payment.adjust_amount') }}
@endsection @section('js') @include("plugin.export-table") @endsection