@if (Auth::user()->type == 1)
@endif
@if (Auth::user()->type == 8)
@endif
@if (Auth::user()->type == 2)
@endif
@if (Auth::user()->type == '3')
@endif
@if (Auth::user()->type == 4)
@endif
@if (Auth::user()->type == 5)
@endif
@if (Auth::user()->type == 6)
@endif
@if (Auth::user()->type == 7)
@endif
@endauth