@extends('front.logistic.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('content') @if ($bs->home_version == 'static') @includeif('front.logistic.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.logistic.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.logistic.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.logistic.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.logistic.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.logistic.partials.parallax') @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)}}

@endif @if ($bs->service_section == 1)
{{convertUtf8($bs->service_section_title)}}

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

@if (serviceCategory()) @foreach ($scategories as $key => $scategory)

{{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 @else @foreach ($services as $key => $service)
@if (!empty($service->main_image))
@endif

{{convertUtf8($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 @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)) @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 {{convertUtf8($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') style="background-image: url('{{asset('assets/front/img/'.$be->statistics_bg)}}'); background-size:cover; background-attachment: fixed;" @endif>
@foreach ($statistics as $key => $statistic)

{{convertUtf8($statistic->quantity)}}+

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

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

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

@foreach ($testimonials as $key => $testimonial)

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

{{convertUtf8($testimonial->rank)}}

{{convertUtf8($testimonial->comment)}}

@endforeach
@endif @if ($bs->portfolio_section == 1)
{{convertUtf8($bs->portfolio_section_title)}}

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

@foreach ($portfolios as $key => $portfolio)

{{strlen($portfolio->title) > 25 ? mb_substr($portfolio->title, 0, 25, 'utf-8') . '...' : $portfolio->title}}

@if (!empty($portfolio->service))

{{convertUtf8($portfolio->service->title)}}

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

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

@foreach ($packages as $key => $package)

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

{{__('Featured Package')}}

{{$bex->base_currency_symbol_position == 'left' ? $bex->base_currency_symbol : ''}} {{$package->price}} {{$bex->base_currency_symbol_position == 'right' ? $bex->base_currency_symbol : ''}}

{!! replaceBaseUrl(convertUtf8($package->description)) !!}
@if ($package->order_status == 1) {{__('Place Order')}} @endif
@endforeach
@endif @if ($bs->team_section == 1)
{{convertUtf8($bs->team_section_title)}}

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

@foreach ($members as $key => $member)

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

{{convertUtf8($member->rank)}}

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

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

@foreach ($blogs as $key => $blog)

{{strlen($blog->title) > 40 ? mb_substr($blog->title, 0, 40, 'utf-8') . '...' : $blog->title}}

{{__('Read More')}}
@endforeach
@endif @if ($bs->partner_section == 1)
@foreach ($partners as $key => $partner)
@endforeach
@endif @if ($bs->call_to_action_section == 1)

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

@endif @endsection