@extends('master/index') @section('content')

{{ ucfirst($title) }}

{{ ucfirst($blog->title) }}

{{ t('Published by') }} {{ ucfirst($blog->user->fullname) }} · {{ $blog->created_at->toISO8601String() }}

{!! $blog->description !!}

@endsection