@extends('frontend.layouts.main', array('scripts' => array( path_asset('path.frontend.js_path') . '/view/slider.js', path_asset('path.frontend.js_path') . '/view/slider_mobile.js', path_asset('path.frontend.js_path') . '/view/filter.js', path_asset('path.frontend.js_path') . '/view/case-studies.js'))) @section('content')

@lang('frontend.title_clients')

@foreach ($sectors as $key => $sector) @if ($key==3) @break; @endif @if (!empty($sector->highlight) && $sector->highlight === 'true')

{{ $sector->title }}

{{ $sector->highlight_text }}

{{ $sector->highlight_cta }}
@endif @endforeach
@lang('frontend.filters')
@foreach ($sectors as $sector) @endforeach
@stop