@isset($item['id'])
@if (Auth::check() && (Auth::user()->role == 'desarrollador' || Auth::user()->role == 'administrador'))
@elseif (Auth::check() && Auth::user()->role == 'gerente')
@if ($item['id']== 2 || $item['id']== 3)
@endif
@elseif (Auth::check() && Auth::user()->role == 'recepcionista')
@if ($item['id']==3 )
@endif
@endif
@endisset