{{-- Formulaire partagé Sprint 2 — utilisé par manager/pricing/create et manager/pricing/edit Variable optionnelle : $price (pour l'édition) --}} @php $input = "w-full rounded-xl px-4 py-3 text-sm outline-none transition-all"; $style = "border:1.5px solid #D8E8F0;background:#F8FBFD;color:#1A2B3C;"; @endphp
@if(isset($taxes) && $taxes->count() > 0)
@foreach($taxes as $tax) @endforeach
@endif