@extends('layouts.app') @section('content')
@if(Auth::user()->rol == 0) @endif {{-- --}}
Validar Reporte GPS
{{--

Validar Reporte GPS

--}} {{-- logo gpsimple --}}
usuario
@csrf
{!! $errors->first('idnumber',' :message') !!} {{-- linea inferior es extra --}} *ID Dispositivo GPS o Patente Vehículo
@if(Auth::user()->rol == 0 || Auth::user()->rol == 1)
@else
@endif
@endsection