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

@@ -0,0 +1,5 @@
@if (! empty($payment_method))
{!! $payment_method !!}
@else
<x-empty-data />
@endif