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