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