@if (Auth::user()->role_id == 2 || Auth::user()->role_id == 3) {{-- @if (userPermission('add-wallet')) --}} {{-- @endif --}} @if (userPermission('refund-wallet')) @endif @endif
@foreach ($walletAmounts as $key => $walletAmount) {{-- Note Start --}} {{-- Note End --}} {{-- File View and Download Modal Start --}} {{-- File View and Download Modal End --}} {{-- Feedback View Start --}} {{-- Feedback View End --}} @endforeach
@lang('common.sl') @lang('wallet::wallet.method') @lang('wallet::wallet.amount') @lang('common.status') @lang('wallet::wallet.issue_date') @lang('wallet::wallet.note') @lang('common.file') @lang('wallet::wallet.approve_date') @lang('wallet::wallet.feedback')
{{ $key + 1 }} {{ $walletAmount->payment_method }} {{ currency_format(@$walletAmount->amount) }} @if ($walletAmount->status == 'pending') @elseif ($walletAmount->type == 'diposit' && $walletAmount->status == 'approve') @elseif ($walletAmount->status == 'reject') @elseif ($walletAmount->type == 'refund' && $walletAmount->status == 'approve') @endif {{ dateConvert($walletAmount->created_at) }} @if ($walletAmount->note) @lang('common.view') @endif @if (file_exists($walletAmount->file)) @lang('common.view') @endif @if ($walletAmount->status == 'approve' || $walletAmount->status == 'reject') {{ dateConvert($walletAmount->updated_at) }} @endif @if ($walletAmount->reject_note) @lang('common.view') @endif
{{-- Refund Request Start --}} {{-- Refund Request End --}} @include('backEnd.partials.data_table_js')