---------------------- header-lower ------------------------------------ header-top
@if(Auth::check() === true) Logout @if(Auth::user()->type == 1) Account @elseif(Auth::user()->type == 2) Account @elseif(Auth::user()->type == 3) Account @elseif(Auth::user()->type == 0) Account @endif @else login @endif
-------------------------- routes