@laravelPWA {{ config('app.name', 'Laravel') }}
@include('layouts.include.navbar') @if(Auth::check())
@else
@endif @include('layouts.include.sidebar') @if(Auth::check())
@else
@endif @yield('content')
Copyright © 2019 All rights reserved.
@stack('scripts')