@extends('layouts.wrapper') @section('body')
@yield('content')
@include('shared.footer', ['footer' => ['menu' => ['class' => 'text-dark', 'links' => [], 'socials' => []], 'copyright' => ['name' => $statusPage->name], 'cookie_law' => ['removed' => true]]]) @endsection