@extends('front.default.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('content') @if ($bs->home_version == 'static') @includeif('front.default.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.default.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.default.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.default.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.default.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.default.partials.parallax') @endif
feature_section == 0) style="margin-top: 0px;" @endif>
@if ($bs->feature_section == 1)
@foreach ($features as $key => $feature)

{{convertUtf8($feature->title)}}

@endforeach
@endif @if ($bs->intro_section == 1)
{{convertUtf8($bs->intro_section_title)}}

{{convertUtf8($bs->intro_section_text)}}

@if (!empty($bs->intro_section_button_url) && !empty($bs->intro_section_button_text)) {{convertUtf8($bs->intro_section_button_text)}} @endif
@if (!empty($bs->intro_section_video_link)) @endif
@endif
@if ($bs->service_section == 1) @if (!serviceCategory())
{{convertUtf8($bs->service_section_title)}}

{{convertUtf8($bs->service_section_subtitle)}}

@foreach ($services as $service)
service
details_page_status == 1) href="{{route('front.servicedetails', [$service->slug, $service->id])}}" @endif>

{{$service->title}}

@if (strlen($service->summary) > 120) {{mb_substr($service->summary, 0, 120, 'utf-8')}}{{mb_substr($service->summary, 120, null, 'utf-8')}} {{__('see more')}}... @else {{$service->summary}} @endif

@if ($service->details_page_status == 1) {{__('Read More')}} @endif
@endforeach
@elseif (serviceCategory())
{{convertUtf8($bs->service_section_title)}}

{{convertUtf8($bs->service_section_subtitle)}}

@foreach ($scategories as $key => $scategory)
@if (!empty($scategory->image))
@endif

{{convertUtf8($scategory->name)}}

@if (strlen($scategory->short_text) > 112) {{mb_substr($scategory->short_text, 0, 112, 'utf-8')}}{{mb_substr($scategory->short_text, 112,null, 'utf-8')}} {{__('see more')}}... @else {{$scategory->short_text}} @endif

{{__('View Services')}}
@endforeach
@endif @endif @if ($bs->approach_section == 1)
{{convertUtf8($bs->approach_title)}}

{{convertUtf8($bs->approach_subtitle)}}

@if (!empty($bs->approach_button_url) && !empty($bs->approach_button_text)) {{convertUtf8($bs->approach_button_text)}} @endif
    @foreach ($points as $key => $point)
  • {{convertUtf8($point->title)}}

    @if (strlen($point->short_text) > 150) {{mb_substr($point->short_text, 0, 150, 'utf-8')}}{{mb_substr($point->short_text, 150, null, 'utf-8')}} {{__('see more')}}... @else {{$point->short_text}} @endif

  • @endforeach
@endif @if ($bs->statistics_section == 1)
home_version != 'parallax') style="background-image: url('{{asset('assets/front/img/'.$be->statistics_bg)}}'); background-size:cover;" @endif id="statisticsSection" @if($bs->home_version == 'parallax') data-parallax="scroll" data-speed="0.2" data-image-src="{{asset('assets/front/img/'.$be->statistics_bg)}}" @endif>
@foreach ($statistics as $key => $statistic)
{{convertUtf8($statistic->title)}}
@endforeach
@endif @if ($bs->portfolio_section == 1)
{{convertUtf8($bs->portfolio_section_title)}}

{{convertUtf8($bs->portfolio_section_text)}}

@endif @if ($bs->testimonial_section == 1)
{{convertUtf8($bs->testimonial_title)}}

{{convertUtf8($bs->testimonial_subtitle)}}

@endif @if ($bs->team_section == 1)
home_version != 'parallax') style="background-image: url('{{asset('assets/front/img/'.$bs->team_bg)}}'); background-size:cover;" @endif @if($bs->home_version == 'parallax') data-parallax="scroll" data-speed="0.2" data-image-src="{{asset('assets/front/img/'.$bs->team_bg)}}" @endif>
{{convertUtf8($bs->team_section_title)}}

{{convertUtf8($bs->team_section_subtitle)}}

@endif @if ($be->pricing_section == 1)
{{convertUtf8($be->pricing_title)}}

{{convertUtf8($be->pricing_subtitle)}}

@endif @if ($bs->news_section == 1)
{{convertUtf8($bs->blog_section_title)}}

{{convertUtf8($bs->blog_section_subtitle)}}

@endif @if ($bs->call_to_action_section == 1)

{{convertUtf8($bs->cta_section_text)}}

@endif @if ($bs->partner_section == 1)
@endif @endsection