Fixed missing payment_method portal page issue.. ( #8669navwf )
This commit is contained in:
@ -41,7 +41,11 @@
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-4/12 sm:w-3/12">
|
||||
{{ $payment_methods[$item->payment_method] }}
|
||||
@if (! empty($payment_methods[$item->payment_method]))
|
||||
{!! $payment_methods[$item->payment_method] !!}
|
||||
@else
|
||||
<x-empty-data />
|
||||
@endif
|
||||
</x-table.td>
|
||||
|
||||
<x-table.td class="w-3/12" hidden-mobile>
|
||||
|
Reference in New Issue
Block a user