@yield('stylesheet') @if(isset($title)) {{$title}} @else {{ config('app.name') }} @endif @if(isset($description)) @else @endif @if(App::environment('production')) @endif @if(auth()->user()) @endif @yield('content') @yield('scripts')