Fixed missing payment_method portal page issue.. ( #8669navwf )

This commit is contained in:
Cüneyt Şentürk
2023-03-22 16:13:59 +03:00
parent 41acfee010
commit b903691d16
2 changed files with 10 additions and 2 deletions

View File

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