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