@extends('frontend.master')
@section('title', 'Internet Speed Test Results History')
@section('description', 'View your broadband speed results of each test for a specific location. Speed test history is visualized on a map. Keep track of your internet connection through a speed test report.')
@section('content')
@include('frontend.layouts.components.breadcrumb', $breadcrumb = [ 0 => ["link"=>"#", "name"=>"View your internet speed test history"] ])
View your internet speed test history
{{ __('messages.no_history_yet') }}
View your broadband speed results of each test for a specific location. Speed test history is visualized on a map. Keep track of your internet connection through a speed test report.
@endsection