@section('title', $blog->meta_title) @section('description', $blog->meta_description) @section('keywords', $blog->meta_keywords) @section('tags', $blog->meta_tags) @extends('front.new.layouts.app') @section('content')
@if(isset($blog['name']))

{{ $blog['name'] }}

@endif
Date: {{ \Carbon\Carbon::parse($blog->b_date)->format('M d, Y') }}
{{--banner_url_name previously: href="{{route('blog-details',$blog->slug)}}" > need to update blog-post-detail for new blade --}} {{-- --}}
@if(isset($blog['long_description'])) {!! $blog['long_description'] !!} @endif
{{-- Tags --}}
@if($tags->count())
Tags: @foreach($tags as $tag) {{ $tag->name }} @endforeach
@endif

Share on Social Media

@if($relevantBlogs->count()>0)

Recommended For You

{{--banner_url_name --}} @endif
{{-- --}} @endsection @push('js') {{-- --}} {{-- --}} @endpush