@if(!$add && !$update)Abbonamenti @else Inserimento/modifica abbonamento @endif

@if(!$add && !$update) @endif
@if(!$add && !$update)
@foreach($records as $record) @endforeach
Nome N° partecipanti ...
{{$record->name}} {{$record->getCount()}}
@else
@if (session()->has('error')) @endif
@error('name')
{{ $message }}
@enderror
{{--
--}}
@error('subscription_price')
{{ $message }}
@enderror
@foreach($prices as $idP => $p)
@if($idP == 0)
@endif @if($idP > 0)
@endif
{{$msgPrices}}
@endforeach
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush