@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)
Image
@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->about_section_status == 1)
@if (!empty($aboutSectionImage)) Image @endif
{{ !empty($aboutSecInfo->subtitle) ? $aboutSecInfo->subtitle : '' }}
{{ !empty($aboutSecInfo->subtitle) ? $aboutSecInfo->subtitle : '' }}

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

{!! !empty($aboutSecInfo->text) ? nl2br($aboutSecInfo->text) : '' !!}

@if ($secInfo->feature_section_status == 1)
@if (count($features) == 0)

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

@else @foreach ($features as $feature)

{{ $feature->title }}

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

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

{{ __('View All') }}
@if (count($allEquipment) == 0)

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

@else
@foreach ($allEquipment as $equipment)
Product
@if (!empty($equipment->lowest_price)) {{ __('Starts From') }}
@if (!empty($equipment->lowest_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->lowest_price }}{{ $position == 'right' ? $symbol : '' }} @endif
@endif
@php $features = explode(PHP_EOL, $equipment->features); @endphp
    @foreach ($features as $key => $feature)
  • {{ $feature }}
  • @endforeach
{{ __('Show More +') }}
{{ __('View') }}
{{ number_format($equipment->avgRating, 2) }} ({{ $equipment->ratingCount . ' ' . __('rating') }})
@endforeach @endif
@endif @if ($secInfo->counter_section_status == 1)
{{ $counterSectionInfo->counter_section_title ?? '' }}
@if ($secInfo->video_section_status == 1) @endif
@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
@if (!empty($equipment->equipment->per_day_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_day_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Day') }} @endif @if (!empty($equipment->equipment->per_week_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_week_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Week') }} @endif @if (!empty($equipment->equipment->per_month_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_month_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Month') }} @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
@if (!empty($equipment->equipment->per_day_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_day_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Day') }} @endif @if (!empty($equipment->equipment->per_week_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_week_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Week') }} @endif @if (!empty($equipment->equipment->per_month_price)) {{ $position == 'left' ? $symbol : '' }}{{ $equipment->equipment->per_month_price }}{{ $position == 'right' ? $symbol : '' }}{{ '/' . __('Month') }} @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 : '' }}

@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
testimonial_section_image)) data-src="{{ asset('assets/img/' . $testimonialSecInfo->testimonial_section_image) }}" @endif alt="Image">
testimonial_section_image_2)) data-src="{{ asset('assets/img/' . $testimonialSecInfo->testimonial_section_image_2) }}" @endif alt="Image">
@endif @if ($secInfo->blog_section_status == 1)
blog_section_image)) data-bg-img="{{ asset('assets/front/theme3456/images/blog-bg-2.jpg') }}" @else data-bg-img="{{ asset('assets/img/blog-images/' . $blogSecInfo->blog_section_image) }}" @endif>
{{ !empty($blogSecInfo->subtitle) ? $blogSecInfo->subtitle : '' }}

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

{{ __('View All') }}
@endif @endsection @section('script') @endsection