{{-- Nothing in the world is as soft and yielding as water. --}}
@if (session()->has('LoggedClient') || session()->has('AuthWriter') )
@if (session()->has('LoggedClient'))
{{-- {{ dd(session()->get('not null')) }} --}}
@elseif(session()->has('AuthWriter'))
{{-- {{ dd(session()->get('AuthWriter')) }} --}}
@endif
@else
@endif
@if (Auth::user()!=null )
@endif