@extends('layouts.app')
@section('title', $module->title)
@section('content')
@yield('top_content')
@php($hide_sidebar = auth()->check() && setting('Nascondere la barra dei plugin di default'))
@yield('bottom_content')
@endsection
@section('top_content')
@endsection
@section('bottom_content')
@endsection