@extends('layouts.app') @section('content')
ir a Inicio

Dispositivo GPS Instalado Correctamente

Tecnico Instalador: {{Auth::user()->nombre}}
Fecha Reporte: {{ $Fecha_Reporte }}
Ubicacion: Longitud= {{$InfGps->lng}}, Latitud= {{$InfGps->lat}}

Fecha Ultimo Reporte: {{ $Fecha_Ult }}
{{ $Apism }}

Informacion del GPS

@if(Auth::user()->rol == 0 || Auth::user()->rol == 1)
Dispositivo
Imei
@endif
Patente
ID GPS
Odometro
@if($InfGps->device == 'TopTen')
Señal GSM
@endif @if(Auth::user()->rol == 0 || Auth::user()->rol == 1) @switch($InfGps->device) @case('Teltonika FM6320')
Ignicion
Odometro GPS
Señal GSM
Bateria GPS
Voltaje vehiculo
Inmovilizador Activo
Puerta de Carga
Puerta Delantera
S.O.S.
Temperatura Carga
@break @case('Teltonika FM3300')
Ignicion
Señal GSM
Bateria GPS
Voltaje vehiculo
RPM
Temperatura Coolant
Total Odometro
@break @case('Teltonika FM3200')
Ignicion
Señal GSM
Bateria GPS
Voltaje vehiculo
RPM
Temperatura Coolant
Total Odometro
@break @case('Teltonika FM3600')
Ignicion
Señal GSM
Bateria GPS
Voltaje vehiculo
Puerta de Carga
Puerta Delantera
S.O.S.
@break @case('TopTen')
Ignicion
Odometro OBD2
Voltaje vehiculo
RPM
Temperatura Coolant
@break @default @if(strtolower($InfGps->protocol) == 'xexun')
Ignicion
@elseif(strtolower($InfGps->protocol) == 'coban')
Ignicion
@endif @endswitch @endif

@csrf
@endsection