@unless ($post->isPublished())
@endif
{{ __('Preview: this post is not published yet. Only signed-in admins can see it.') }}
@endunless
@if ($post->category)
{{ $post->category->translate('name') }}
@endif
{{ __('By :author', ['author' => $post->authorName()]) }}
{{ __(':minutes min read', ['minutes' => $post->readingMinutes()]) }}
@if ($post->coverUrl())
{{ rich_text($post->translate('body')) }}
@php
$shareUrl = route('blog.show', $post);
$shareText = $post->translate('title');
@endphp
arrow_back
{{ __('Back to Articles') }}
{{ __('Related posts') }}
@foreach ($related as $relatedPost)
@endforeach
{{ __('Inspired to act?') }}
{{ __('Join the movement and help revive the Masjid in your community.') }}