@extends('layouts.website_layout') @section('meta_title', $blog->meta_title) @section('meta_description', $blog->meta_description) @section('canonical_tag', "blog/".$blog_category->blog_category_url_slug."/".$blog->blog_url_slug) @section('banner_image', "blogs/".$blog->blog_thumbnail) @section('content')

{{$blog->blog_title}}

@if(!empty(count($blog_tags)))

Related Tags :

@foreach($blog_tags as $blog_tag_row) {{$blog_tag_row->blog_tag_name}} @endforeach
@endif

{{date('d F Y', strtotime($blog->blog_published_date))}}

@if(!empty($blog->blog_author_name))
@if(!empty($blog->blog_author_picture)) {{$blog->blog_author_name}} @else {{$blog->blog_author_name}} @endif

{{$blog->blog_author_name}}

@endif
@if(!empty($blog->blog_headline))

{!!nl2br($blog->blog_headline)!!}

@endif @if(!empty($blog->blog_content_one))

{!!$blog->blog_content_one!!}

@endif
@if(!empty($blog->blog_content_one_image))
{{$blog->blog_title}}
@endif @if(!empty($blog->blog_content_two_image))
{{$blog->blog_title}}
@endif @if(!empty($blog->blog_content_two))

{!!$blog->blog_content_two!!}

@endif @if(!empty($blog->blog_content_youtube_banner))
{{$blog->blog_title}} @if(!empty($blog->blog_content_youtube_id)) play @endif
@endif @if(!empty($blog->blog_content_three))

{!!$blog->blog_content_three!!}

@endif @if(!empty($blog->blog_content_footer))

{!!nl2br($blog->blog_content_footer)!!}

@endif
@endsection