{{ $firstPost->title }}
{{ \Illuminate\Support\Str::limit($firstPost->postsumary, 220, '...') }}
@section('page-title', __('language.home')) {{-- @section('page-description', $detail->description) --}} @section('page-image', asset($detail->image ?? 'site/img/default.png')) @extends('site.master') @section('main-content') @php $currentLanguage = app()->getLocale(); @endphp @if ($websitetype->marquee == 1) {{-- marquee news slide starts --}}
@endif
@lang('language.why_choose_us_p')
{{ $item->shrtsummary }}
@lang('language.producthomeparagraph')
{{ \Illuminate\Support\Str::limit($firstPost->postsumary, 220, '...') }}
@lang('language.no_featured_posts_found')
@endif