@extends('layouts.website_layout') @section('meta_title', $service->meta_title) @section('meta_description', $service->meta_description) @section('canonical_tag', "services/".$service->service_url_slug) @section('banner_image', "banners/".$service->banner_image) @section('content')
{{$service->service_name}} {{$service->service_name}}
{!!($service->banner_caption)!!}

{!!($service->banner_description)!!}

{{$service->service_overview_title}}

{{$service->service_overview_title}}

{{$service->service_overview_description}}

@if(!empty($service->service_catalog)) Download Service Catalog @endif

Range of services we offer

@foreach($service_solutions as $service_solution_row)
{{$service_solution_row->service_solution_title}}

{{$service_solution_row->service_solution_title}}

{!!Str::limit(html_entity_decode(strip_tags($service_solution_row->service_solution_description)), 80)!!}

@if(!empty($service_solution_row->service_solution_button_link)) Learn More @endif

{{$service_solution_row->service_solution_title}}

{!!html_entity_decode($service_solution_row->service_solution_description)!!}

@endforeach
@if(!empty(count($service_processes)))
@foreach($service_processes as $service_process_row)

{{$service_process_row->service_process_caption}}

{!!nl2br($service_process_row->service_process_description)!!}

{{$service_process_row->service_process_caption}}
@endforeach
@endif

Case Studies

@if(!empty(count($service_testimonials)))

Testimonials

@endif

{{$service->service_video_title}}

{!!nl2br($service->service_video_description)!!}

@if(!empty($service->service_video_title))
service_video_youtube_id)) data-youtube-id="{{$service->service_video_youtube_id}}" @endif> {{$service->service_video_title}} @if(!empty($service->service_video_youtube_id)) play @endif
@endif
@if(!empty($service->service_catalog)) {{$service->service_catalog_caption}}

{!!nl2br($service->service_catalog_caption)!!}

@endif

Connect with us
in more ways than 1

@if(!empty(count($products_most_viewed)))

Browse Most
Viewed Products

All products provided below with slider to find faster.

@endif
@endsection