@include('Shared._header')
@include('Shared._menubar')
@yield('title_toolbar')
@yield('contents')
@include('Shared._footer')