@yield('head')
@include(config('template.admin.view') .'.layout.header.header')
@yield('before-app-main')
@yield('content')
@yield('js')