Nº Proceso | Fecha | |
{{ $ordenRetiro['ordenretiro']['nproceso'] }} | {{ $ordenRetiro['ordenretiro']['fecha'] }} | |
DATOS DEL VEHÍCULO |
||
COMPAÑÍA |
Nº SINIESTRO |
LIQUIDADOR |
{{ strtoupper($ordenRetiro['compania']['nombre']) }} | @if($ordenRetiro['ordenretiro']['nsiniestro']){{ $ordenRetiro['ordenretiro']['nsiniestro'] }} | @endif @if($ordenRetiro['liquidador']){{ strtoupper($ordenRetiro['liquidador']['liquidador']) }} | @endif
PATENTE |
TIPO | COLOR |
{{ strtoupper($ordenRetiro['vehiculo']['patente']) }} | {{ strtoupper($ordenRetiro['tipovehiculo']->nombre) }} | @if($ordenRetiro['vehiculo']['color']){{ strtoupper($ordenRetiro['vehiculo']['color']) }} | @endif
MARCA | MODELO | AÑO |
{{ strtoupper($ordenRetiro['marcavehiculo']->nombre) }} | {{ strtoupper($ordenRetiro['vehiculo']['modelo']) }} | {{ strtoupper($ordenRetiro['vehiculo']['anio']) }} |
Nº CHASIS | Nº MOTOR | |
{{ strtoupper($ordenRetiro['vehiculo']['numchasis']) }} | @endif @if($ordenRetiro['vehiculo']['nummotor']){{ strtoupper($ordenRetiro['vehiculo']['nummotor']) }} | @endif|
DATOS DEL TALLER O RETIRO |
||
TALLER |
DIRECCIÓN |
REGIÓN |
{{ strtoupper($ordenRetiro['taller']['nombre']) }} | {{ strtoupper($ordenRetiro['taller']['direccion']) }} | {{ strtoupper($ordenRetiro['taller']['region']) }} |
COMUNA | CONTACTO | TELEFONO |
{{ strtoupper($ordenRetiro['taller']['comuna']) }} | {{ strtoupper($ordenRetiro['taller']['contacto']) }} | {{ strtoupper($ordenRetiro['taller']['telefono']) }} |
DATOS DEL TRANSPORTISTA |
||
NOMBRE |
RUT |
|
{{ strtoupper($ordenRetiro['transportista']['nombrechofer']) }} | {{ strtoupper($ordenRetiro['transportista']['rutchofer']) }} | |
OBSERVACION |
|||||||
{{ ucwords(strtolower($ordenRetiro['ordenretiro']['observacion'])) }} |