@extends('backend.layout.main') @push('css') @include('backend.layout.partials.datatable_css') @endpush @section('content')

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

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