@extends('example.layouts.default.baseof') @section('main') @include('example.layouts.partials.navbar-stacked-layout')
@yield('content')
@include('example.layouts.partials.footer-stacked-layout')
@endsection