preview tabs styling

This commit is contained in:
Burak Civan 2022-07-25 14:01:35 +03:00
parent 608f5a424a
commit d78b66e859

View File

@ -27,7 +27,7 @@
<div role="tablist" class="flex flex-wrap">
@php $is_active = true; @endphp
<div class="swiper swiper-links">
<div class="swiper swiper-links w-full">
<div class="swiper-wrapper">
@foreach ($payment_methods as $key => $name)
@stack('invoice_{{ $key }}_tab_start')