@extends('frontend::layouts.master') @section('content') @include('frontend::components.section.breadcrumb')
Back blog-image
{{ $blog->title }} {{ $blog->created_at->format('d M, Y') }}

{{ $blog->title }}

{!! $blog->description !!}
@if($related_blogs->isNotEmpty()) @endif
@endsection