@extends('front.layouts.main') @section('main-container') @section('style') @endsection
@if(isset($data['overview_left']['title']))
Overview

{{ $data['overview_left']['title'] }}

{!! $data['overview_left']['content'] !!} @endif
@if(isset($data['overview_right'][0]['title'])) @foreach($data['overview_right'] as $pp)

{{ $pp['title'] }}
@endforeach @endif
Our

Benefits

@if(isset($data['benefits'][0]['title'])) @php $class = ""; $area = "true"; $display = "show"; @endphp @foreach($data['benefits'] as $key=>$op)

Tap into our extensive network of 8,500+ dealers and distributors

@php $class = "collapsed"; $area = "false"; $display = ""; @endphp @endforeach @endif
@if(isset($data['testimonial'][0]['title']))
Testimonials

From Our
Trusted Partners

Don’t take our word for it here it from
our Partners

KnowMore
@endif @endsection @section('script') @endsection