payment method tabs styling
This commit is contained in:
parent
d78b66e859
commit
2a7f8437b8
@ -34,7 +34,7 @@
|
|||||||
<div role="tablist" class="flex flex-wrap">
|
<div role="tablist" class="flex flex-wrap">
|
||||||
@php $is_active = true; @endphp
|
@php $is_active = true; @endphp
|
||||||
|
|
||||||
<div class="swiper swiper-links">
|
<div class="swiper swiper-links w-full">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
@foreach ($payment_methods as $key => $name)
|
@foreach ($payment_methods as $key => $name)
|
||||||
@stack('invoice_{{ $key }}_tab_start')
|
@stack('invoice_{{ $key }}_tab_start')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user