{{ strlen($blog->title) > 40 ? mb_substr($blog->title, 0, 40, 'UTF-8') . '...' : $blog->title }}
{{ strlen(strip_tags($blog->content)) > 90 ? mb_substr(strip_tags($blog->content), 0, 90, 'UTF-8') . '...' : $blog->content }}
{{ __('Read More') }}@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')
@if (count($sliderInfos) > 0)
{!! !empty($aboutSecInfo->text) ? nl2br($aboutSecInfo->text) : '' !!} {{ !empty($workProcessSecInfo->text) ? $workProcessSecInfo->text : '' }} {{ !empty($featureSecInfo->text) ? $featureSecInfo->text : '' }} {{ $feature->text }} {{ !empty($equipmentSecInfo->text) ? $equipmentSecInfo->text : '' }}
{{ !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($blogSecInfo->title) ? $blogSecInfo->title : '' }}
{{ __('No Blog Found') . '!' }}
{{ __('No Partner Information Found') . '!' }}