@extends('layouts.app') @section('title', $blog->meta_title ?: $blog->title) @section('meta_description', $blog->meta_description ?: $blog->excerpt) @section('content')
Back to blogs
{{ optional($blog->published_at)->format('M j, Y') }} {{ $blog->author->name ?? 'Angel Care Team' }}

{{ $blog->title }}

@if($blog->excerpt)

{{ $blog->excerpt }}

@endif
{{ $blog->title }}
{!! $blog->content !!}
@endsection