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