@extends('user_layout.app') @section('content')

{{ $blog->title }}

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

@if($blog->image) @endif
{!! $blog->content !!}
@endsection