{{ strlen($blog->title) > 30 ? mb_substr($blog->title, 0, 30, 'UTF-8') . '...' : $blog->title }}
{{ strlen(strip_tags($blog->content)) > 90 ? mb_substr(strip_tags($blog->content), 0, 90, 'UTF-8') . '...' : $blog->content }}
@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)
{{ !empty($workProcessSecInfo->title) ? $workProcessSecInfo->title : '' }}
{{ __('No Work Process Found') . '!' }}
@else
@foreach ($processes as $process)
{{ $process->title }}
{{ $counter->title }}
{{ strlen(strip_tags($blog->content)) > 90 ? mb_substr(strip_tags($blog->content), 0, 90, 'UTF-8') . '...' : $blog->content }}