@extends('layouts.layout') @section('breadcrumb') @endsection @section('content')
{{ __('Visualización de Puntos') }}
@if( isset($plots[0]) ) @foreach( $plots as $plot ) @endforeach @endif
GPS Latitud Longitud Fecha Hora Comando
{{ $plot->name }} {{ $plot->lat }} {{ $plot->lng }} {{ $plot->date }} {{ $plot->time }} {{ $plot->command }}
{!! $plots->render() !!}
@endsection