@extends('frontend.layout.app') @section('title', 'Home') @push('css') @endpush @section('content') @include('frontend.layout.home_cover') {{--

Pricing Plans

@foreach ($price as $main_key => $data) @break($main_key == 8)
Device price{{ $data->device_price }} Tk. and Monthly Charge {{ $data->monthly_charge }} Tk.
  • @php($sub_cat = \App\Price_sub_category::where('price_id', $data->id)->get()) @foreach ($sub_cat as $key => $sub_data) @break($key == 4) @if ($sub_data->active_status == 1)
  •   {{ $sub_data->name }}
  • @else
  •   {{ $sub_data->name }}
  • @endif @endforeach
Show More
@endforeach
--}}

Main Feature

{{ \App\setting::find(1)->desc }}
@foreach ($feature as $key => $data) @break($key == 12)


{{ $data->name }}

@endforeach
about image

Mobile app And Web

By using our mobile app or web you can track your vehicle anywhere

In real-time tracking mode you will see your current location on the map, or the last position when your GPS device connection was active. Server can generate and send you notifications via e-mail or notify with a pop-up window, when something happens. That kind of events might be when object enters or exits geofence area, violates speed limit, presses SOS button, GPS device loses connection and even starts engine or opens door.

  • Real Time Tracking
  • History and Reports
  • Alerts and notifications
  • Geofencing, fuel savings
  • For personal use or business

{{-- Start:: Testimonial --}}

Our Valuable Clients Feedback

{{ \App\setting::find(2)->desc }}
{{-- End:: Testimonial --}}

Why MyGPSBD is the Best GPS Tracking System in Bangladesh?

Telecom Partners

{{ \App\setting::find(3)->desc }}

Our Corporate Partners

{{ \App\setting::find(4)->desc }}
Cars
Happy Clients
Service Point
Years
@endsection @push('js') @endpush