@extends('website.layouts.app')
@section('content')
{!! $blog->blog_description !!} {!! Str::of(strip_tags($rel_blog->blog_description))->limit(100) !!}
{{ $blog->created_at->format('d M Y') }}
{{ $blog->blog_title }}
{{ $blog->author }}
Related Blogs
{{ $rel_blog->created_at->format('d M Y') }}
{{ $rel_blog->blog_title }}