@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($aboutSecInfo->text) ? nl2br($aboutSecInfo->text) : '' !!} {{ $feature->title }}{{ !empty($workProcessSecInfo->title) ? $workProcessSecInfo->title : '' }}
{{ __('No Work Process Found') . '!' }}
@else
@foreach ($processes as $process)
{{ $process->title }}
@endif
{{ !empty($aboutSecInfo->title) ? $aboutSecInfo->title : '' }}
{{ __('No Feature Found') . '!' }}
{{ !empty($equipmentSecInfo->featured_section_title) ? $equipmentSecInfo->featured_section_title : '' }}