@extends('frontend.layout') @section('pageHeading') {{ __('Home') }} @endsection @section('metaKeywords') @if (!empty($seoInfo)) {{ $seoInfo->meta_keyword_home }} @endif @endsection @section('metaDescription') @if (!empty($seoInfo)) {{ $seoInfo->meta_description_home }} @endif @endsection @section('content') @php $position = $currencyInfo->base_currency_symbol_position; $symbol = $currencyInfo->base_currency_symbol; @endphp @if (count($sliderInfos) > 0)
@foreach ($sliderInfos as $sliderInfo)
@endforeach
@foreach ($sliderInfos as $sliderInfo)
@endforeach
@endif @if ($secInfo->work_process_section_status == 1)
{{ !empty($workProcessSecInfo->subtitle) ? $workProcessSecInfo->subtitle : '' }}

{{ !empty($workProcessSecInfo->title) ? $workProcessSecInfo->title : '' }}

@if (count($processes) == 0)

{{ __('No Work Process Found') . '!' }}

@else @foreach ($processes as $process)
{{ str_pad($loop->index + 1, 2, '0', STR_PAD_LEFT) }}
{{ $process->title }}
@endforeach @endif
@endif @if ($secInfo->video_section_status == 1)
{{ $videoSection->title }}

{{ $videoSection->subtitle }}

@endif @if ($secInfo->featured_equipment_section_status == 1) @endif @if ($secInfo->counter_section_status == 1)
@if (count($counters) == 0)

{{ __('No Information Found') . '!' }}

@else @foreach ($counters as $counter)

{{ $counter->amount }}+

{{ $counter->title }}

@endforeach @endif
@endif @if ($secInfo->equipment_section_status == 1)
{{ !empty($equipmentSecInfo->subtitle) ? $equipmentSecInfo->subtitle : '' }}

{{ !empty($equipmentSecInfo->title) ? $equipmentSecInfo->title : '' }}

@foreach (array_slice($cat_equipments, 0, 6) as $equipment)
Product
{{ __('Starts From') }}
@if (!empty($equipment->equipment->lowest_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->lowest_price }}{{ $position == 'right' ? $symbol : '' }} @endif
    @php $features = explode(PHP_EOL, $equipment->features); @endphp @foreach ($features as $feature)
  • {{ $feature }}
  • @endforeach
{{ __('Show More +') }}
{{ __('View') }}
{{ number_format($equipment->avgRating, 2) }} ({{ $equipment->ratingCount . ' ' . __('rating') }})
@endforeach
@foreach ($equipment_featured_Categories as $eq_cat)
@foreach ($eq_cat->equipmentContent as $equipment)
Product
{{ __('Starts From') }}
@if (!empty($equipment->equipment->lowest_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->lowest_price }}{{ $position == 'right' ? $symbol : '' }} @endif
    @php $features = explode(PHP_EOL, $equipment->features); @endphp @foreach ($features as $feature)
  • {{ $feature }}
  • @endforeach
{{ __('Show More +') }}
{{ __('View') }}
{{ number_format($equipment->avgRating, 2) }} ({{ $equipment->ratingCount . ' ' . __('rating') }})
@endforeach
@endforeach
@endif @if ($secInfo->testimonial_section_status == 1)
{{ !empty($testimonialSecInfo->subtitle) ? $testimonialSecInfo->subtitle : '' }}

{{ !empty($testimonialSecInfo->title) ? $testimonialSecInfo->title : '' }}

@foreach ($testimonials as $testimonial) @if (is_null($testimonial->image)) Client Image @else Client Image @endif @endforeach {{ count($testimonials) }}+
@if (count($testimonials) == 0)

{{ __('No Testimonial Found') . '!' }}

@else
@foreach ($testimonials as $testimonial)
@if (is_null($testimonial->image)) Person Image @else Person Image @endif
{{ $testimonial->name }}
{{ $testimonial->occupation }}

{{ $testimonial->comment }}

@endforeach
@endif
@endif @if ($secInfo->blog_section_status == 1)
{{ !empty($blogSecInfo->subtitle) ? $blogSecInfo->subtitle : '' }}

{{ !empty($blogSecInfo->title) ? $blogSecInfo->title : '' }}

{{ __('View All') }}
@foreach ($blogs as $blog) @endforeach
@endif @endsection @section('script') @endsection