@yield('js-head')
@if (View::hasSection('title'))
@yield('title') -
@endif
{{ config('app.name', 'Laravel') }}
@if (!empty($custom_css))
@endif
@if (App::environment('staging') OR App::environment('prod'))
@else
@endif
@yield('content')
@yield('js-script')