@if(isset($vraws[0])) @for($i=0; $i < count($vraws); $i++)
ANEXO B. DESCRIPCIÓN DE VEHÍCULO
Llene este Anexo por cada vehículo involucrado.
Vehículo:
@if($i+1 < 10) 0 @elseif($i+1 >= 10 && $i < 100) 0 @else @php $number=strval($i+1); @endphp {{$number[0]}} @endif
@if($i+1 < 10) 0 @elseif($i+1 >= 10 && $i < 100) @php $number=strval($i+1); @endphp {{$number[0]}} @else @php $number=strval($i+1); @endphp {{$number[1]}} @endif
@if($i+1 < 10) {{$i+1}} @elseif($i+1 >= 10 && $i < 100) @php $number=strval($i+1); @endphp {{$number[1]}} @else @php $number=strval($i+1); @endphp {{$number[2]}} @endif
 (001, 002,…, 010,…,)
  Apartado B.1 Fecha y hora de la retención del vehículo
Indique la fecha y la hora en que se retuvo el vehículo.
Fecha:
{{$vraws[$i]->vehicle_date[8]}}
{{$vraws[$i]->vehicle_date[9]}}
{{$vraws[$i]->vehicle_date[5]}}
{{$vraws[$i]->vehicle_date[6]}}
{{$vraws[$i]->vehicle_date[0]}}
{{$vraws[$i]->vehicle_date[1]}}
{{$vraws[$i]->vehicle_date[2]}}
{{$vraws[$i]->vehicle_date[3]}}
Hora:
{{$vraws[$i]->vehicle_hour[0]}}
{{$vraws[$i]->vehicle_hour[1]}}
:
{{$vraws[$i]->vehicle_hour[3]}}
{{$vraws[$i]->vehicle_hour[4]}}
(24 horas)
D D M M A A A A h h m m
  Apartado B.2 Datos generales del vehículo retenido.
Tipo:
Terrestre
@if($vraws[$i]->vehicle_type == 'terrestre') X @endif
Otro
@if($vraws[$i]->vehicle_type == 'otro') X @endif
¿Cuál? @if($vraws[$i]->vehicle_type == 'otro') {{$vraws[$i]->other_vehicle_type}} @endif
Procedencia:
Nacional
@if($vraws[$i]->vehicle_type == 'terrestre') X @endif
Extranjero
@if($vraws[$i]->vehicle_provenance == 'extranjera') X @endif
@if(isset($vraws[$i]->observations)) @else @endif
Marca: @if(isset($vraws[$i]->vehicle_brand)) {{$vraws[$i]->vehicle_brand}} @endif Submarca: @if(isset($vraws[$i]->vehicle_sub_brand)) {{$vraws[$i]->vehicle_sub_brand}} @endif Modelo:
@if(isset($vraws[$i]->vehicle_model[0])) {{$vraws[$i]->vehicle_model[0]}} @endif
@if(isset($vraws[$i]->vehicle_model[1])) {{$vraws[$i]->vehicle_model[1]}} @endif
@if(isset($vraws[$i]->vehicle_model[2])) {{$vraws[$i]->vehicle_model[2]}} @endif
@if(isset($vraws[$i]->vehicle_model[3])) {{$vraws[$i]->vehicle_model[3]}} @endif
Color: @if(isset($vraws[$i]->vehicle_color)) {{$vraws[$i]->vehicle_color}} @endif
Uso:
Particular
@if($vraws[$i]->vehicle_use == 'particular') X @endif
Transporte público
@if($vraws[$i]->vehicle_use == 'transporte publico') X @endif
Carga
@if($vraws[$i]->vehicle_use == 'carga') X @endif
Placa/Matrícula:
@if(isset($vraws[$i]->vehicle_enrollment[0])) {{$vraws[$i]->vehicle_enrollment[0]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[1])) {{$vraws[$i]->vehicle_enrollment[1]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[2])) {{$vraws[$i]->vehicle_enrollment[2]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[3])) {{$vraws[$i]->vehicle_enrollment[3]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[4])) {{$vraws[$i]->vehicle_enrollment[4]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[5])) {{$vraws[$i]->vehicle_enrollment[5]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[6])) {{$vraws[$i]->vehicle_enrollment[6]}} @endif
@if(isset($vraws[$i]->vehicle_enrollment[7])) {{$vraws[$i]->vehicle_enrollment[7]}} @endif
No. de serie:
@if(isset($vraws[$i]->vehicle_serie[0])) {{$vraws[$i]->vehicle_serie[0]}} @endif
@if(isset($vraws[$i]->vehicle_serie[1])) {{$vraws[$i]->vehicle_serie[1]}} @endif
@if(isset($vraws[$i]->vehicle_serie[2])) {{$vraws[$i]->vehicle_serie[2]}} @endif
@if(isset($vraws[$i]->vehicle_serie[3])) {{$vraws[$i]->vehicle_serie[3]}} @endif
@if(isset($vraws[$i]->vehicle_serie[4])) {{$vraws[$i]->vehicle_serie[4]}} @endif
@if(isset($vraws[$i]->vehicle_serie[5])) {{$vraws[$i]->vehicle_serie[5]}} @endif
@if(isset($vraws[$i]->vehicle_serie[6])) {{$vraws[$i]->vehicle_serie[6]}} @endif
@if(isset($vraws[$i]->vehicle_serie[7])) {{$vraws[$i]->vehicle_serie[7]}} @endif
@if(isset($vraws[$i]->vehicle_serie[8])) {{$vraws[$i]->vehicle_serie[8]}} @endif
@if(isset($vraws[$i]->vehicle_serie[9])) {{$vraws[$i]->vehicle_serie[9]}} @endif
@if(isset($vraws[$i]->vehicle_serie[10])) {{$vraws[$i]->vehicle_serie[10]}} @endif
@if(isset($vraws[$i]->vehicle_serie[11])) {{$vraws[$i]->vehicle_serie[11]}} @endif
@if(isset($vraws[$i]->vehicle_serie[12])) {{$vraws[$i]->vehicle_serie[12]}} @endif
@if(isset($vraws[$i]->vehicle_serie[13])) {{$vraws[$i]->vehicle_serie[13]}} @endif
@if(isset($vraws[$i]->vehicle_serie[14])) {{$vraws[$i]->vehicle_serie[14]}} @endif
@if(isset($vraws[$i]->vehicle_serie[15])) {{$vraws[$i]->vehicle_serie[15]}} @endif
@if(isset($vraws[$i]->vehicle_serie[16])) {{$vraws[$i]->vehicle_serie[16]}} @endif
@if(isset($vraws[$i]->vehicle_serie[17])) {{$vraws[$i]->vehicle_serie[17]}} @endif
Observaciones: {{ $vraws[$i]->observations }}
Observaciones:
Destino que se le dio: {{ $vraws[$i]->name_transfer_place }}
  Apartado B.3 Datos del primer respondiente que realizó el resguardo, sólo si es diferente a quien firmó la puesta a disposición.
{{ $vraws[$i]->f1_first_lastname }} {{ $vraws[$i]->f1_second_lastname }} {{ $vraws[$i]->f1_name }}
Primer apellido Segundo apellido Nombre(s)
Adscripción: {{$vraws[$i]->f1_institution}}
Cargo/grado: {{$vraws[$i]->f1_position.' / '.$vraws[$i]->f1_grade}}
Firma:
@if($i+1 < count($vraws))
@endif @endfor @else
SIN DATOS
ANEXO B. DESCRIPCIÓN DE VEHÍCULO
Llene este Anexo por cada vehículo involucrado.
Vehículo:
 (001, 002,…, 010,…,)
  Apartado B.1 Fecha y hora de la retención del vehículo
Indique la fecha y la hora en que se retuvo el vehículo.
Fecha:
Hora:
:
(24 horas)
D D M M A A A A h h m m
  Apartado B.2 Datos generales del vehículo retenido.
Tipo:
Terrestre
Otro
¿Cuál?
Procedencia:
Nacional
Extranjero
Marca: Submarca: Modelo:
Color:
Uso:
Particular
Transporte público
Carga
Placa/Matrícula:
No. de serie:
Observaciones:
Destino que se le dio:
  Apartado B.3 Datos del primer respondiente que realizó el resguardo, sólo si es diferente a quien firmó la puesta a disposición.
Primer apellido Segundo apellido Nombre(s)
Adscripción:
Cargo/grado:
Firma:
@endif