@if (Auth::user()->getType() == 1)
@endif
@if (Auth::user()->getType() == 3)
@endif
@if (Auth::user()->getType() != 3)
@endif
@if (Auth::user()->getType() != 3 and Auth::user()->getType() != 2)
@endif
@if (Auth::user()->getType() != 4)
@endif
@if (Auth::user()->getType() == 1)
@else
@endif