@extends('layouts.app')
@section('title', $blog->seo_title ?? $blog->title)
@section('meta_description', $blog->meta_description ?? $blog->short_description)
@section('content')
← Back to Blogs
{{ $blog->title }}
@if($blog->image)
 }})
@endif
{!! $blog->content !!}
Share This Article
@endsection