@extends('admin.admin_dashboard_hipotecario') @section('content') @foreach($expedientes as $expedientes)@endforeach
@csrf @if($expedientes->estado1==2)
@if((Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif
@endif
INFORMACIÓN GENERAL
@error('valor_compra_venta')El campo de Valor de Compra-Venta es requerido @enderror @error('valor_compra_venta_M')El campo de Valor de Compra-Venta es requerido @enderror
@error('descripcion_inmueble')El Tipo de Inmueble es requerido @enderror @error('descripcion_inmueble_M')El Tipo de Inmueble es requerido @enderror
@error('antiguedad')Antigüedad es requerida @enderror @error('antiguedad_M')Antigüedad es requerida @enderror
@if(!$expedientes->id_cancelar) @if($expedientes->estado2 != 3) @endif @if($expedientes->estado2 == 3) @endif @if($expedientes->estado2 == 4) @endif @endif @if(!$expedientes->id_cancelar) @if($expedientes->estado1 == 2)
@if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==5))
@endif
@endif @endif
BITÁCORA
@foreach($log as $log) @if(($log->estado1==9)||($log->estado1==2) ) @endif @endforeach
Fecha Estado Observación Nombre
estado1==9) style="background-color: #FED8B1" @endif >{{ $log->fecha_hora}} estado1==9) style="background-color: #FED8B1" @endif >{{ $log->estado}} estado1==9) style="background-color: #FED8B1" @endif >{{ $log->observacion}} estado1==9) style="background-color: #FED8B1" @endif >{{ $log->name}}
ARCHIVOS
    @if($expedientes->banco=='5')
  • El tamaño máximo permitido de cada archivo es de 20 Mb.
  • @else
  • El tamaño máximo permitido de cada archivo es de 10 Mb.
  • @endif
  • Este cambio aplicará en archivos subidos a partir del 27 de agosto 2020.
@csrf
@if(($expedientes->estado1 == 2))
@csrf
@if($expedientes->estado1 == 2) @endif
@endif
@csrf
@foreach($archivos_exp as $archivos_exp) @if( (($expedientes->banco=='5')&&(($archivos_exp->size/1024/1024)>20)) || (($expedientes->banco!='5')&&(($archivos_exp->size/1024/1024)>10))) @else @endif @endforeach
Fecha Usuario Nombre Archivo Tamaño Visualizar Eliminar
{{ $archivos_exp->created_at_archivo}} {{ $archivos_exp->name}} {{ $archivos_exp->nombre}}{{ number_format($archivos_exp->size/1024/1024, 2, '.', ',')}} Mb Tamaño Excedido{{ number_format($archivos_exp->size/1024/1024, 2, '.', ',')}} Mb
Ver
@if(($expedientes->estado1 == 2))
  • @csrf
@endif
@if(!$expedientes->id_cancelar) @if((count($archivos_exp_abajo)>0)&&($expedientes->estado1 == 2)) @if(($expedientes->estado2 == 1)||($expedientes->estado2 == 4)) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif @endif @if(((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==2)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4))&&($expedientes->respuesta_prevencion == 0)) @elseif((Auth::user()->current_team_id==8)&&($expedientes->respuesta_prevencion == 1)) @endif @endif @if(($expedientes->estado2 != 3)&&($expedientes->estado1 == 2)) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif @endif @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==5)) @endif @if(($expedientes->estado2 == 4)&&($expedientes->estado_prevencion == 1)&&($expedientes->estado1 == 2)) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif @endif @else @endif
@csrf
@stop