Seleziona la tipologia di pratica
@foreach ($tipologia as $tipo)
@if (Auth::user()->users_type_id > 2 && ($tipo->id == 14 || $tipo->id == 8 || $tipo->id == 12 || $tipo->id == 9))
@else
-
{{ $tipo->nome }}
@endif
@endforeach
@foreach ($tipologia as $tipo)
@endforeach