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