@extends('admin.layouts.master') @section('title', __('taxido::static.reports.transaction_reports')) @push('css') @endpush @use('App\Enums\PaymentStatus') @php $PaymentMethodList = getPaymentMethodList(); $paymentStatus = PaymentStatus::ALL; @endphp @section('content')
@method('POST') @csrf

{{ __('taxido::static.reports.filter') }}

{{ __('taxido::static.reports.transaction_reports') }}

{{ __('taxido::static.reports.tansaction_id') }} {{ __('taxido::static.reports.payment_method') }} {{ __('taxido::static.reports.payment_status') }} {{ __('taxido::static.reports.amount') }} {{ __('taxido::static.reports.type') }} {{ __('taxido::static.reports.Date') }}
@endsection @push('scripts') @endpush