@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Misurazioni

@stop @section('content') @livewire('misurazioni.elenco') @stop @section('css') @stop @section('js') @stop