@foreach ($promotions as $promotion)
@if(Request::segment(1) != 'promotions')
@method('delete') @csrf
@endif

Promozione:

{{$promotion->name}}

APRI
@endforeach