@extends('layouts.main') @section('content')

Welcome
to our industry

{!! Helper::getWebSetting('footer_info') !!}

first(); ?> @if(isset($pageSlider)) @if(file_exists(public_path('uploads/pagesImage/thumbnail/'.$pageSlider->page_image)) && $pageSlider->page_image) Apex pumps @else Apex pumps @endif @else Apex pumps @endif

About Us

@if(isset($aboutData->page_description)) {!! $aboutData->page_description !!} @endif

Our Products

@if(count($productList) > 0) @foreach($productList as $product)
@if(file_exists(public_path('uploads/productImage/thumbnail/'.$product->image)) && $product->image) Apex Pumps @else Apex Pumps @endif
@endforeach @endif

Industries we Serve

@if(count($serviceList) > 0) @foreach($serviceList as $services)
@if(file_exists(public_path('uploads/serviceImage/thumbnail/'.$services->s_image)) && $services->s_image) Apex Pumps @else Apex Pumps @endif

{{$services->service_name}}

@endforeach @endif

Our Clients

We work with our partners to provide project perfection, join with our parnership.

We are providing good & on time services to our valuable customers.

@stop @section('footer_script') @stop