@extends('../layout/main') @section('title') @yield('subhead') @endsection @section('content') @include('../layout/components/mobile-menu') @include('../layout/components/top-bar', ['class' => 'top-bar-boxed--simple-menu'])
@yield('subcontent')
@endsection