@if ($features->count() > 0) @php $f = explode(' ', translate('Awesome Features')); @endphp {{ $f[0] }} {{ @$f[1] . '' . @$f[2] }} {{ translate('Features Description') }} @foreach ($features as $feature) {!! $feature->icon !!} {{ $feature->title }} {{ $feature->description }} @endforeach @if (translate('Text below features', 'text') != 'Text below features') {!! translate('Text below features', 'text') !!} @endif @endif @if ($setdata['enable_blog'] & ($popular_posts->count() != 0)) @php $f = explode(' ', translate('Popular Posts')); @endphp {{ $f[0] }} {{ @$f[1] . '' . @$f[2] }} @foreach ($popular_posts as $post) {{ Str::limit($post->title, 40) }} {{ Str::limit($post->description, 100) }} @endforeach @if (translate('Text below posts', 'text') != 'Text below posts') {!! translate('Text below posts', 'text') !!} @endif @endif
{{ translate('Features Description') }}
{{ $feature->description }}
{{ Str::limit($post->description, 100) }}