@if(($expedientes->estado1 <= 1))
@endif
@if(count($archivos_exp_abajo)>0)
@if((($expedientes->estado2 == 1)||($expedientes->estado2 == 4))&&($expedientes->estado1 == 1))
@if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4))
Enviar a Coordinador
@endif
@endif
@endif
@if(($expedientes->estado2 != 3)&&($expedientes->estado1 == 1))
@if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4))
Guardar
@endif
@endif
@if(($expedientes->estado2 == 3)&&($expedientes->estado1 == 1))
@if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==5))
Enviar respuesta
@endif
@endif
@if((($expedientes->estado2 == 4)&&($expedientes->garantia==0))&&($expedientes->estado1 == 1))
@if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4))
Enviar a Avalúo
@endif
@endif