@extends('frontend.frontend-page-master') @section('og-meta') {!! render_og_meta_image_by_attachment_id($blog_post->image) !!} @endsection @section('meta-tags') @endsection @section('site-title') {{$blog_post->title}} @endsection @section('page-title') {{$blog_post->title}} @endsection @section('edit_link')
  • {{__('Edit Blog')}}
  • @endsection @section('breadcrumb')
  • {{get_blog_category_by_id($blog_post->id)}}
  • {{$blog_post->title}}
  • @endsection @section('content')
    {!! render_image_markup_by_attachment_id($blog_post->image,'','large') !!}
    {!! $blog_post->content !!}
    @if(count($all_related_blog) > 1)

    {{get_static_option('blog_single_page_'.$user_select_lang_slug.'_related_post_title')}}

    @endif
    @include('frontend.partials.sidebar')
    @endsection @section('scripts') @if(!empty(get_static_option('site_disqus_key'))) @endif @endsection