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