@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')