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