@extends('layouts.app3') @section('content')

{{ $blog->title }}

@if($blog->is_featured) Featured Post @endif
← Back to Blog
@if($blog->image) {{ $blog->title }} @endif @if($blog->tags)
Tags: @foreach($blog->tags as $tag) #{{ $tag }} @endforeach
@endif
{!! $blog->content !!}
@endsection