added new blade component for payment_method ( #8669hjyqw )

This commit is contained in:
Cüneyt Şentürk
2023-03-22 16:52:21 +03:00
parent 831864f29a
commit 6b2cba6e61
6 changed files with 90 additions and 20 deletions

View File

@ -132,11 +132,7 @@
</td>
<td valign="top" class="border-bottom-dashed-black" style="width:70%; margin: 0px; padding: 8px 0 0 0; font-size: 12px;">
@if (! empty($payment_methods[$transaction->payment_method]))
{!! $payment_methods[$transaction->payment_method] !!}
@else
<x-empty-data />
@endif
<x-payment-method :method="$transaction->payment_method" />
</td>
</tr>
@endif