@extends('backend.layouts.master') @section('title', __('static.report.transaction_reports')) @push('style') @endpush @use('App\Enums\PaymentStatus') @use('App\Helpers\Helpers') @php $PaymentMethodList = Helpers::getPaymentMethodConfigs(); $paymentStatus = PaymentStatus::ALL; @endphp @section('content')
@method('POST') @csrf

{{ __('static.report.filter') }}

{{ __('static.report.transaction_reports') }}

{{ __('static.report.tansaction_id') }} {{ __('static.report.payment_method') }} {{ __('static.report.payment_status') }} {{ __('static.report.amount') }} {{ __('static.report.type') }}
@endsection @push('js') @endpush