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

{{ $blog['name'] }}

@endif

Date: {{ \Carbon\Carbon::parse($blog->b_date)->format('M d, Y') }}

Image
@if(isset($blog['long_description'])) {!! $blog['long_description'] !!} @endif
{{-- Tags --}}
@if($tags->count())
Tags: @foreach($tags as $tag) {{ $tag->name }} @endforeach
@endif
@if($relevantBlogs->count() > 0)
@endif
@endsection @push('js') @endpush