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