Pagamento corsi

@foreach($months as $m) @endforeach @foreach($records as $record) @php list($id, $first_name, $last_name) = explode("§", $record[0]); @endphp @php list($subscribed, $subPrice) = explode("§", $record[15]); @endphp @for($x=1; $x<=12; $x++) @endfor @endforeach
Cognome Nome Iscrizione    {{$m}}
{{$last_name}} {{$first_name}}{{formatPrice($subPrice)}} @php list($color, $price) = explode("§", $record[$x]); @endphp @if($color == 'orange') {{formatPrice($price)}} @else {{formatPrice($price)}} @endif
@push('scripts') @endpush @push('scripts') @endpush @push('scripts') @endpush @push('scripts') @endpush