@extends('layouts.wrapper') @section('body') @include('shared.announcement') @include('shared.header')
@yield('content') @include('shared.footer', ['footer' => ['menu' => ['removed' => true]]])
@endsection