@php use Carbon\Carbon; $now = Carbon::now(); @endphp @if ($level->tipo_sosta != 'std') @else @endif @if ($level->tipo_sosta == 'std')
Tempo di sosta
@endif @if ($level->tipo_sosta == 'gio')
Ora di inizio sosta
@endif @if ($level->tipo_sosta == 'fse')
Fine settimana (Ven-Dom)
@endif @if ($level->tipo_sosta == 'set')
Settimana
@endif @if ($level->tipo_sosta == 'men')
Mese
@endif