@extends('backend.layout.main') @section('content')

{{ __('db.Payment Report') }}

@csrf
@include('backend.report.partials.payment_table')
@endsection @push('scripts') @endpush