@extends('layouts/contentNavbarLayout') @section('title', 'Utenti') @section('content') @livewire('utenti') @endsection