@extends($activeTemplate . 'layouts.frontend') @section('content') {{ showDateTime($blog->created_at, 'd F y') }} {{ __($blog->data_values->title) }} @lang('Share on') @php echo $blog->data_values->description; @endphp @php $content = getContent('blog.content', true); $subscriberContent = getContent('subscriber.content', true); @endphp {{ __($subscriberContent->data_values->title) }} @csrf {{ __($subscriberContent->data_values->subtitle) }} @lang('Subscribe') {{ __($content->data_values->title) }} @foreach ($reletedBlogs as $blog) {{ __($blog->data_values->title) }} {{ __(strLimit($blog->data_values->short_description, 500)) }} @lang('Read More') @endforeach @endsection @push('fbComment') @php echo loadExtension('fb-comment') @endphp @endpush
@lang('Share on')
{{ __(strLimit($blog->data_values->short_description, 500)) }}