@extends('admin.admin_dashboard_pyme') @section('content') @foreach($expedientes as $expedientes)@endforeach
@csrf @if($expedientes->estado1==4)
@endif
INFORMACIÓN GENERAL
@error('fecha_propuesta')El campo de Fecha es requerido @enderror @error('fecha_propuesta_M')El campo de Fecha es requerido @enderror
@if(($expedientes->estado2 == 1)||($expedientes->estado2 == 4)) @endif @if($expedientes->estado2 != 3) @endif @if($expedientes->estado2 == 3) @endif @if($expedientes->estado2 == 4) @endif
BITÁCORA
@foreach($log as $log) @endforeach
Fecha Estado Observación Nombre
{{ $log->fecha_hora}} {{ $log->estado}} {{ $log->observacion}} {{ $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
@csrf @if($expedientes->estado1 == 4)
@endif
@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 == 4)
  • @csrf
@endif
@if($expedientes->estado1 == 4) @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($expedientes->estado2 == 1) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif @endif @if($expedientes->estado2 == 3) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==5)) @endif @endif @if($expedientes->estado2 == 4) @if((Auth::user()->current_team_id==1)||(Auth::user()->current_team_id==3)||(Auth::user()->current_team_id==4)) @endif @endif @endif
@stop