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