@extends('layouts.app') @section('content')
@livewire('piani-alimentari.dettaglio', ['pianoId' => $piano->id], ['view' => 'report'])
@endsection