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

Dettagli Annuncio

@stop @section('content') @livewire('annunci.dettagli-annuncio', ['annuncio' => $annuncio]) @stop @section('css') @stop @section('js') @stop