@extends('../layout/main') @section('head') @yield('subhead') @endsection @section('styles') @yield('styles') @endsection @section('content') @includeIf('../layout/components/mobile-menu')
@include('layout.components.top-bar') @include('../layout/components/flash-message') @yield('subcontent')
@endsection