@extends('../layouts/partials/header') @section('content')

@csrf @method('put')
INSPECCIÓN

Los campos marcados con (*) son mandatorios.

@if(session('success')) @endif {{-- @error('residencia') @enderror --}} @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
Folio: {{$inspeccion->id}}
reforzado ?? false) ? 'checked' : '' }}>

@if($inspeccion) @else

Imagen no disponible

@endif
@csrf
Regresar
@csrf @method('put')
Nomenclaturas

@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

do ?? 0) ? 'checked' : '' }}>

%

a ?? 0) ? 'checked' : '' }}>
%
m ?? 0) ? 'checked' : '' }}> (M) Manchas
%
ox ?? 0) ? 'checked' : '' }}>
%
ma ?? 0) ? 'checked' : '' }}>
%
oq ?? 0) ? 'checked' : '' }}>
%
cs ?? 0) ? 'checked' : '' }}>
%
pd ?? 0) ? 'checked' : '' }}>
%
pr ?? 0) ? 'checked' : '' }}>
%
pl ?? 0) ? 'checked' : '' }}>
%
sp ?? 0) ? 'checked' : '' }}>
%
fl ?? 0) ? 'checked' : '' }}>
%
g ?? 0) ? 'checked' : '' }}>
%
r ?? 0) ? 'checked' : '' }}>
%
hc ?? 0) ? 'checked' : '' }}>
%
gr ?? 0) ? 'checked' : '' }}>
%
q ?? 0) ? 'checked' : '' }}>
%
hd ?? 0) ? 'checked' : '' }}>
%
td ?? 0) ? 'checked' : '' }}>
%
ta ?? 0) ? 'checked' : '' }}>
%
orr ?? 0) ? 'checked' : '' }}>
%
c ?? 0) ? 'checked' : '' }}>
%
de ?? 0) ? 'checked' : '' }}>
%
nc ?? 0) ? 'checked' : '' }}>
%
ed ?? 0) ? 'checked' : '' }}>
%
Hallazgos
@php $campos = [ 'do' => 'Doblado', 'm' => 'Manchas', 'a' => 'Abollado', 'ox' => 'Oxidado', 'ma' => 'Manchado de aceite', 'oq' => 'Olor químico', 'cs' => 'Clavos salidos', 'pd' => 'Piso deteriorado', 'pr' => 'Piso roto', 'pl' => 'Piso levantado', 'sp' => 'Polvo en piso', 'fl' => 'Filtración de luz', 'g' => 'Gotea', 'r' => 'Rallado', 'hc' => 'Hoyo clavos', 'gr' => 'Grafiti', 'q' => 'Quemado', 'hd' => 'Hule desprendido', 'td' => 'Tubo doblado', 'ta' => 'Techo Abombado', 'orr'=> 'Orificio', 'c' => 'Cortado', 'de' => 'Desgastado', 'nc' => 'No cierra', 'ed' => 'Empaque dañado', ]; @endphp @foreach ($campos as $clave => $etiqueta) @php $porcentaje = $inspeccion->{$clave . '_por'}; $uso_cli = $inspeccion->{$clave . '_uso_cli'}; @endphp @if ($porcentaje > 0 || $uso_cli) ({{ strtoupper($clave) }}) {{ $etiqueta }}: @if ($porcentaje > 0) {{ $porcentaje }} % @endif Responsable: @if ($uso_cli == 'U') USUARIO @elseif ($uso_cli == 'C') CLIENTE @else N/A @endif
@endif @endforeach
Comentarios: {{ $inspeccion->nome_nota }}
Clase: {{ $inspeccion->clase }}
Dañado: {{ $inspeccion->danado == 'S' ? 'Sí' : 'No' }}
Requiere Limpieza: {{ $inspeccion->rlimpieza == 'S' ? 'Sí' : 'No' }}
Regresar
Evidencia Fotográfica

@csrf @method('put')
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif










Foto 1
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 2
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 3
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 4
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 5
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 6
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 7
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 8
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 9
@if($inspeccion) @else

Imagen no disponible

@endif
Foto 10
@if($inspeccion) @else

Imagen no disponible

@endif
@csrf @method('put')
Limpieza

@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif
Regresar
{{ optional($inspeccion->user)->name }}
{{ $inspeccion->created_at?->format('Y-m-d H:i') }}
@csrf @method('put')
Reparación

@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
{{--
--}}

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif

@if($inspeccion) @else

Imagen no disponible

@endif
Regresar
{{ optional($inspeccion->user)->name }}
{{ $inspeccion->created_at?->format('Y-m-d H:i') }}
@csrf @method('put')
REGISTRO DE PAGO
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
Regresar
@csrf @method('put')
COTIZACIÓN
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
Regresar
@csrf @method('put')
DICTAMEN DE INSPECCION
@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif

Regresar
@csrf @method('put')
SALIDA

@if(session('success')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
FOLIO : FS-0001

Regresar
@csrf
EDICODECO D95

@if(session('success')) @endif @if(session('warning')) @endif @if(session('edi_download_path')) @endif @if ( $errors->any() )
    @foreach ( $errors->all() as $error )
  • {{ $error }}
  • @endforeach
@endif
GATE-IN (ENTRADAS)

@if($inspeccion->gate_in_at)
Generado por {{ $inspeccion->gateInUser->name ?? 'N/A' }} el {{ \Carbon\Carbon::parse($inspeccion->gate_in_at)->format('d/m/Y H:i:s') }}  |  @if($inspeccion->gate_in_transmitted === true) Transmitido: {{ $inspeccion->gate_in_trans_message }} @elseif($inspeccion->gate_in_transmitted === false) Error: {{ $inspeccion->gate_in_trans_message }} @else Sin transmisión registrada @endif
@endif

@csrf
GATE-OUT (SALIDAS)

@if($inspeccion->gate_out_at)
Generado por {{ $inspeccion->gateOutUser->name ?? 'N/A' }} el {{ \Carbon\Carbon::parse($inspeccion->gate_out_at)->format('d/m/Y H:i:s') }}  |  @if($inspeccion->gate_out_transmitted === true) Transmitido: {{ $inspeccion->gate_out_trans_message }} @elseif($inspeccion->gate_out_transmitted === false) Error: {{ $inspeccion->gate_out_trans_message }} @else Sin transmisión registrada @endif
@endif
Lista de Inspecciones
@endsection @extends('../layouts/partials/footer')