@extends('layouts.master') @section('content')
@if($blog->image_url)
@else
No Image
@endif

{{ $blog->title }}

Published on {{ $blog->created_at->format('F d, Y') }}

{!! $blog->description !!}
@endsection