@extends($layout) @section('createRichiesta', 'Richieste') @section('content')
@if(Auth::user()->users_type_id<3) @else @endif  crea pratica
@component('components.richiesta_tipologia_filters') @endcomponent @component('components.richiesta_table_filters') @endcomponent
@if(Auth::user()->users_type_id<3) @component('components.richieste_tools') @endcomponent @endif @component('components.table_note_addon') @endcomponent @endsection @section('scripts') @endsection