Update page for showing payment method

This commit is contained in:
Benjamin Beganović 2020-06-12 16:26:06 +02:00
parent e1b293a68b
commit 71a3814973

View File

@ -27,7 +27,8 @@
{{ ctrans('texts.type') }} {{ ctrans('texts.type') }}
</dt> </dt>
<dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2"> <dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
{{ ucfirst($payment_method->meta->brand) }} {{ optional($payment_method->meta)->brand }}
{{ optional($payment_method->meta)->scheme }}
</dd> </dd>
</div> </div>
<div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6"> <div class="bg-gray-50 px-4 py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">