@extends('layouts.website_layout') @section('meta_title', $blog->meta_title) @section('meta_description', $blog->meta_description) @section('banner_image', "banners/".$banner_data->banner_image) @section('canonical_tag', "blog/$blog_category_url_slug/$blog->blog_url_slug") @section('content')
{{$blog->blog_name}}
{!!$blog->blog_content!!}
@php echo View::make('blog_sidebar', ['blog_categories' => $blog_categories, 'latest_blog' => $latest_blog, 'blog_category_url_slug' => $blog_category_url_slug]) @endphp
@endsection