@extends('layouts.app') @section('title', __('customer.due_payment_report')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('customer.due_payment_report') }}
{{ __('app.records') }}
# {{ __('customer.customer') }} {{ __('payment.due_payment') }} {{ __('payment.status') }}
@endsection @section('js') @include("plugin.export-table") @endsection