@component('components.superadmin.modal', ['title' => '','id' => 'addGroup'])
@csrf
@if(count($groupPromotions)) @foreach($groupPromotions as $promotion)
@if($promotion->groups!=['all']) @endif

{{$promotion->name}}

{{$promotion->discount}}%

@endforeach @endif

Elenco promozione

@foreach($promotions as $promotion) @endforeach

{{$promotion->name}}

{{$promotion->discount}}%
@endcomponent