@if(!empty(auth()->user()->id))
{{ config('app.name') }}
@else
{{ config('app.name') }}
@endif
@if(!empty(auth()->user()->id))
Dashboard
Data Produk
Data Kategori
@endif @guest @if (Route::has('login')) {{--
{{ __('Login') }}
--}} @endif @if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
Profil Akun
{{ __('Logout') }}
@csrf
@endguest
@yield('content')
@yield('javascript')