@extends('frontend.layouts.app') @section('page_title',$blogData['seo_title']) @section('description',$blogData['seo_description']) @section('keywords',$blogData['seo_keyword']) @section('tags',$blogData['seo_tags']) @section('content')
Blog Detail
{!! $blogData['description'] !!}
@if(count($blogData['tags'])) @endifRelevant Blogs
{{ Str::limit($recent['title'], 50) }}
{{ \Carbon\Carbon::parse($recent['blog_date'])->format('M d, Y') }}