diff --git a/resources/views/orders/payment.blade.php b/resources/views/orders/payment.blade.php index c1fa6fe..0e16054 100644 --- a/resources/views/orders/payment.blade.php +++ b/resources/views/orders/payment.blade.php @@ -23,7 +23,8 @@ class="absolute top-0 right-0 bg-blue-500 text-white p-2 rounded-bl-lg rounded-t //call getPaymentDetails method from OrderPayment class $logo = (new App\Livewire\OrderPayment)->getPaymentDetails($method)['logo']; @endphp -
+
@@ -63,7 +64,8 @@ class="absolute top-0 right-0 bg-blue-500 text-white p-2 rounded-bl-lg rounded-t