@extends('frontend.layout.layout') @section('title', 'Home page') @section('content')
{{--
@foreach ($category as $value) @if ($value->title !== null)
...
{{ $value->title }}

{{ $value->button }}

{{ $value->description }}

@endif @if ($value->title == null)
@endif @endforeach
--}}
@foreach ($service_category as $value) @if ($value->title !== null)
...
{{ $value->title }}
{{--

{{ $value->heading }}

--}}

{{ $value->description }}

@endif @if ($value->title == null)
@endif @endforeach
{{--
@foreach ($product as $products)

{{ $products->title }}

  • {{ $products->li_item }}
  • {{ $products->li_item2 }}

{{ $products->item1 }}

{{ $products->item2 }}

{{ $products->item3 }}

{{ $products->item4 }}

{{ $products->item5 }}

{{ $products->item6 }}

hello
@endforeach
--}}
@foreach ($product as $products)

{{ $products->title }}

  • {{ $products->li_item }} {{-- Discover our cutting-edge AIS 140 compliant products, designed to
    elevate your transportation system's efficiency and safety. --}}
  • {{ $products->li_item2 }} {{-- Discover our cutting-edge AIS 140 compliant products, designed to
    elevate your transportation system's efficiency and safety. --}}
  • {{ $products->item1 }} {{-- Government Aproved --}}
  • {{ $products->item2 }} {{-- Built-In 800Mah Battery --}}
  • {{ $products->item3 }} {{-- Real-Time IRNSS GPS --}}
  • {{ $products->item4 }} {{-- Built-In GSM & GPS Antenna --}}
  • {{ $products->item5 }} {{-- Tele Vut Off Fuel / Power --}}
  • {{ $products->item6 }} {{-- Multiple Alarms --}}
hello
@endforeach
{{--

OUR PRODUCTS

Special products for all your needs

@foreach ($allproduct as $value)
product
{{ $value->name }}

QUAD BAND :  {{ $value->quad_band }}
GPRS Multi-Slot Class :  {{ $value->description }} 

{{ $value->button }}
@endforeach
--}}

OUR PRODUCTS

Special products for all your needs

@foreach ($allproduct as $value)

MC201

{{ $value->name }}

  • QUAD BAND : {{ $value->quad_band }}
  • GPRS Multi-Slot Class : {{ $value->description }}
Read more
@endforeach {{--

MC201

ACUTE140

  • QUAD BAND : 850/900/1800/1900MHZ
  • GPRS Multi-Slot Class : Class 12 (85.6 KBPS)
Read more

MC201

ACUTE140

  • QUAD BAND : 850/900/1800/1900MHZ
  • GPRS Multi-Slot Class : Class 12 (85.6 KBPS)
Read more

MC201

ACUTE140

  • QUAD BAND : 850/900/1800/1900MHZ
  • GPRS Multi-Slot Class : Class 12 (85.6 KBPS)
Read more

MC201

ACUTE140

  • QUAD BAND : 850/900/1800/1900MHZ
  • GPRS Multi-Slot Class : Class 12 (85.6 KBPS)
Read more
--}}

@foreach($device_tracking as $device)

{{$device->title}}

{{$device->description}}


@endforeach {{--

Easily Fitted

Our devices are easily fitted to your vehicle, worn on a child’s wrist or even on a pet’s collar!



Free App

Acute FREE app lets you track infinite devices & individuals on just one screen! Track them all!


--}}

Need help? Call our support team at (+91)9119114343


@foreach ($about_us as $about)

{{ $about->title }}

{{ strip_tags($about->description) }}

{{ $about->button_f }} {{ $about->button_s }}
@endforeach
@foreach ($mission as $missions)

{{ $missions->title }}

{{ $missions->description }}

@endforeach
@foreach ($vision as $visions)

{{ $visions->title }}

{{ $visions->description }}

@endforeach

@foreach ($testimonial as $testimonials)
{{ $testimonials->description }}
image-1

{{ $testimonials->title }}

{{ $testimonials->designation }}

@endforeach {{--
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
image-2

User Name

Web Designer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
image-3

User Name

Ui Designer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
image-4

User Name

Illustrator

--}}

5

Star Rating

★★★★★★

@foreach ($realtimeTracking as $value)

{{ $value->title }}

{{ $value->description }}

@endforeach
@endsection