@extends('layouts.app') @section('content')
Gestión de Vehículos (Falta Administrativa)

@if($type == "Administrador" || $type == "Capturista General" || $type == "Subadministrador") @endif
@if($type == "Administrador" || $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Juez") @endif @for($i=0; $i @if($type == "Administrador" || $type == "Subadministrador") @elseif($type == "Capturista General" || $type == "Juez") @endif @endfor
Código Tipo Placa Serie Destino
{{$vehicles[$i]->code}} {{$vehicles[$i]->vehicle_type}} {{$vehicles[$i]->vehicle_enrollment}} {{$vehicles[$i]->vehicle_serie}} {{$vehicles[$i]->name_transfer_place}} {!!$vehicles[$i]->more!!}{!!$vehicles[$i]->edit!!} {!!$vehicles[$i]->delete!!}{!!$vehicles[$i]->edit!!}
@endsection @section('js-files') @endsection