@hasSection('title')
@yield('title')
@else
{{ config('app.name') }}
@endif
@stack('head') @yield('content')