@auth
Bună ziua, {{ Auth::user()->name}}
@endauth
@if (Auth::check())
@if (auth()->user()->type == 'admin')
@if(auth()->user()->image == null)
@else
@endif
@else
@if(auth()->user()->image == null)
@else
@endif
@endif
@elseif (!Auth::check())
@endif
@auth
@endauth