@extends('layouts.wrapper') @section('body') @include('shared.announcement') @section('header') @include('shared.header') @show
@yield('content') @include('shared.modals.confirm') @section('footer') @include('shared.footer') @show
@endsection