@can('office-lab')
@endcan
@if (Auth::user()->type==1)
@endif
@if (Auth::user()->type==2)
@endif
@if (Auth::user()->type==3)
@endif
@if (Auth::user()->type==10)
@endif
@if (Auth::user()->type==15)
@endif
@if (Auth::user()->type==6)
@endif
@if (Auth::user()->type==16)
@endif
@if (Auth::user()->type==4)
@endif
@if(auth()->user()->email === 'donar@sample.com')
@endif
@endauth