@include('components.theme.landing.header')

{{ $blog->title }}

@if(!empty($blog->is_thumbnail))
Image
@endif
{{ $blog->title }}
Dibuat pada {{ date_formatting($blog->is_created, 'timeago') }}

{!! $blog->description !!}

@include('components.theme.landing.footer')