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