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

@ -30,11 +30,7 @@
</td>
<td valign="top" style="width:70%; margin: 0px; padding: 8px 0 8px 0; font-size: 12px; border-bottom:1px solid #adadad;">
@if (! empty($payment_methods[$transfer->expense_transaction->payment_method]))
{!! $payment_methods[$transfer->expense_transaction->payment_method] !!}
@else
<x-empty-data />
@endif
<x-payment-method :method="$transfer->expense_transaction->payment_method" />
</td>
</tr>
@stack('payment_method_input_end')