{{ $feature->title }}
{{ $feature->text }}
@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
{{ empty($staticInfo->text) ? '' : $staticInfo->text }} {!! !empty($aboutSecInfo->text) ? nl2br($aboutSecInfo->text) : '' !!} {{ !empty($workProcessSecInfo->text) ? $workProcessSecInfo->text : '' }} {{ !empty($featureSecInfo->text) ? $featureSecInfo->text : '' }} {{ $feature->text }} {{ !empty($equipmentSecInfo->text) ? $equipmentSecInfo->text : '' }} {{ !empty($productSecInfo->text) ? $productSecInfo->text : '' }}{{ empty($staticInfo->title) ? '' : $staticInfo->title }}
{{ __('Find Your Equipment') }}
{{ !empty($aboutSecInfo->title) ? $aboutSecInfo->title : '' }}
{{ !empty($workProcessSecInfo->title) ? $workProcessSecInfo->title : '' }}
{{ __('No Work Process Found') . '!' }}
{{ $process->title }}
{{ !empty($featureSecInfo->title) ? $featureSecInfo->title : '' }}
{{ __('No Feature Found') . '!' }}
{{ $feature->title }}
{{ !empty($equipmentSecInfo->title) ? $equipmentSecInfo->title : '' }}
{{ __('No Equipment Found') . '!' }}
{{ !empty($testimonialSecInfo->title) ? $testimonialSecInfo->title : '' }}
{{ __('No Testimonial Found') . '!' }}
{{ !empty($productSecInfo->title) ? $productSecInfo->title : '' }}
{{ __('No Product Found') . '!' }}
{{ !empty($blogSecInfo->title) ? $blogSecInfo->title : '' }}
{{ __('No Blog Found') . '!' }}
{{ __('No Partner Found') . '!' }}