Imagen en el PDF

Dictamen de Inspección

Imagen en el PDF
{{-- Folio: {{ $inspeccion->id }} --}}

Formato de Inspección

Folio de Maniobra:
FI-{{ $inspeccion->folio_maniobra }}
Contenedor:
{{ $inspeccion->contenedor}}
{{ $inspeccion->tipo }}
Año de Fabricación:
{{ $inspeccion->fabricacion }}
Clase:
{{ $inspeccion->clase }}
Tipo de Inspección:
ENTRADA
Fecha de inspección:
{{ $inspeccion->fecha }} {{ $inspeccion->hora }}
Tara:
{{ $inspeccion->tara }}
Naviera:
{{ $inspeccion->naviera }}
Estado:
{{ $inspeccion->vacio_lleno }}
Reforzado:
{{ $inspeccion->reforzado }}
Bl:
...
Cliente:
...
Maniobra pagada por:
...
Transportista:
{{ $inspeccion->transportista }}
Placas:
{{ $inspeccion->placas }}
Economico:
{{ $inspeccion->economico }}
Operador:
{{ $inspeccion->operador }}
Ventanilla de Atención:
{{ $inspeccion->ventanilla }}


Foto Puerta:
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_11); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif

Hallazgos

@if ( $inspeccion->do ) (DO) Doblado: @if( $inspeccion->do_por>0 ) {{ $inspeccion->do_por }} % @endif Responsable: @if ($inspeccion->do_uso_cli == 'U') USUARIO @elseif ( $inspeccion->do_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->m ) (M) Manchas: @if( $inspeccion->m_por>0 ) {{ $inspeccion->m_por }} % @endif Responsable: @if ($inspeccion->m_uso_cli == 'U') USUARIO @elseif ( $inspeccion->m_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->a ) (A) Abollado: @if( $inspeccion->a_por>0 ) {{ $inspeccion->a_por }} % @endif Responsable: @if ($inspeccion->a_uso_cli == 'U') USUARIO @elseif ( $inspeccion->a_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->ox ) (OX) Oxidado: @if( $inspeccion->ox_por>0 ) {{ $inspeccion->ox_por }} % @endif Responsable: @if ($inspeccion->ox_uso_cli == 'U') USUARIO @elseif ( $inspeccion->ox_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->ma ) (MA) Manchado de aceite: @if( $inspeccion->ma_por>0 ) {{ $inspeccion->ma_por }} % @endif Responsable: @if ($inspeccion->ma_uso_cli == 'U') USUARIO @elseif ( $inspeccion->ma_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->oq ) (OQ) Olor químico: @if( $inspeccion->oq_por>0 ) {{ $inspeccion->oq_por }} % @endif Responsable: @if ($inspeccion->oq_uso_cli == 'U') USUARIO @elseif ( $inspeccion->oq_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->cs ) (CS) Clavos salidos: @if( $inspeccion->cs_por>0 ) {{ $inspeccion->cs_por }} % @endif Responsable: @if ($inspeccion->cs_uso_cli == 'U') USUARIO @elseif ( $inspeccion->cs_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->pd ) (PD) Piso deteriorado: @if( $inspeccion->pd_por>0 ) {{ $inspeccion->pd_por }} % @endif Responsable: @if ($inspeccion->pd_uso_cli == 'U') USUARIO @elseif ( $inspeccion->pd_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->pr ) (PR) Piso roto: @if( $inspeccion->pr_por>0 ) {{ $inspeccion->pr_por }} % @endif Responsable: @if ($inspeccion->pr_uso_cli == 'U') USUARIO @elseif ( $inspeccion->pr_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->pl ) (PL) Piso levantado: @if( $inspeccion->pl_por>0 ) {{ $inspeccion->pl_por }} % @endif Responsable: @if ($inspeccion->pl_uso_cli == 'U') USUARIO @elseif ( $inspeccion->pl_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->sp ) (SP) Polvo en piso: @if( $inspeccion->sp_por>0 ) {{ $inspeccion->sp_por }} % @endif Responsable: @if ($inspeccion->sp_uso_cli == 'U') USUARIO @elseif ( $inspeccion->sp_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->fl ) (FL) Filtración de luz: @if( $inspeccion->fl_por>0 ) {{ $inspeccion->fl_por }} % @endif Responsable: @if ($inspeccion->fl_uso_cli == 'U') USUARIO @elseif ( $inspeccion->fl_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->g ) (G) Gotea: @if( $inspeccion->g_por>0 ) {{ $inspeccion->g_por }} % @endif Responsable: @if ($inspeccion->g_uso_cli == 'U') USUARIO @elseif ( $inspeccion->g_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->r ) (R) Rallado: @if( $inspeccion->r_por>0 ) {{ $inspeccion->r_por }} % @endif Responsable: @if ($inspeccion->r_uso_cli == 'U') USUARIO @elseif ( $inspeccion->r_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->hc ) (HC) Hoyo clavos: @if( $inspeccion->hc_por>0 ) {{ $inspeccion->hc_por }} % @endif Responsable: @if ($inspeccion->hc_uso_cli == 'U') USUARIO @elseif ( $inspeccion->hc_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->gr ) (GR) Grafiti: @if( $inspeccion->gr_por>0 ) {{ $inspeccion->gr_por }} % @endif Responsable: @if ($inspeccion->gr_uso_cli == 'U') USUARIO @elseif ( $inspeccion->gr_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->q ) (Q) Quemado: @if( $inspeccion->q_por>0 ) {{ $inspeccion->q_por }} % @endif Responsable: @if ($inspeccion->q_uso_cli == 'U') USUARIO @elseif ( $inspeccion->q_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->hd ) (HD) Hule desprendido: @if( $inspeccion->hd_por>0 ) {{ $inspeccion->hd_por }} % @endif Responsable: @if ($inspeccion->hd_uso_cli == 'U') USUARIO @elseif ( $inspeccion->hd_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->td ) (TD) Tubo doblado: @if( $inspeccion->td_por>0 ) {{ $inspeccion->td_por }} % @endif Responsable: @if ($inspeccion->td_uso_cli == 'U') USUARIO @elseif ( $inspeccion->td_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->ta ) (TA) Techo Abombado: @if( $inspeccion->ta_por>0 ) {{ $inspeccion->ta_por }} % @endif Responsable: @if ($inspeccion->ta_uso_cli == 'U') USUARIO @elseif ( $inspeccion->ta_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->orr ) (OR) Orificio: @if( $inspeccion->orr_por>0 ) {{ $inspeccion->orr_por }} % @endif Responsable: @if ($inspeccion->orr_uso_cli == 'U') USUARIO @elseif ( $inspeccion->orr_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->c ) (C) Cortado: @if( $inspeccion->c_por>0 ) {{ $inspeccion->c_por }} % @endif Responsable: @if ($inspeccion->c_uso_cli == 'U') USUARIO @elseif ( $inspeccion->c_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->de ) (DE) Desgastado: @if( $inspeccion->de_por>0 ) {{ $inspeccion->de_por }} % @endif Responsable: @if ($inspeccion->de_uso_cli == 'U') USUARIO @elseif ( $inspeccion->de_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->nc ) (NC) No cierra: @if( $inspeccion->nc_por>0 ) {{ $inspeccion->nc_por }} % @endif Responsable: @if ($inspeccion->nc_uso_cli == 'U') USUARIO @elseif ( $inspeccion->nc_uso_cli =='C' ) CLIENTE @endif
@endif @if ( $inspeccion->ed ) (ED) Empaque dañado: @if( $inspeccion->ed_por>0 ) {{ $inspeccion->ed_por }} % @endif Responsable: @if ($inspeccion->ed_uso_cli == 'U') USUARIO @elseif ( $inspeccion->ed_uso_cli =='C' ) CLIENTE @endif
@endif
Comentarios: {{ $inspeccion->nome_nota }}
Clase: {{ $inspeccion->clase }}
@if ( $inspeccion->danado=='S' ) Dañado:
@else Dañado: No
@endif @if ( $inspeccion->rlimpieza=='S' ) Requiere Limpieza:
@else Requiere Limpieza: No
@endif

Evidencia Fotográfica

@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_1); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_2); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_3); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_4); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_5); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_6); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_7); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_8); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif
@php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_9); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif @php $imagePath = public_path('uploads/inspecciones/' . $inspeccion->foto_10); @endphp @if (file_exists($imagePath) && !is_dir($imagePath)) @endif