@extends('layouts.main') @section('content')

{{ __('strings.historical') }}


@foreach($devices as $device) @endforeach
IMEI
{{$device->ALIAS == NULL ? $device->IMEI : $device->ALIAS}} {{__('strings.historical')}}
@if($device['trama']['LAT'] != 0 && $device['trama']['LNG'] != 0) StreetView @endif
@endsection @push('scripts') @endpush