@unless ($post->isPublished())

{{ __('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()) @endif
{{ rich_text($post->translate('body')) }}
@php $shareUrl = route('blog.show', $post); $shareText = $post->translate('title'); @endphp
{{ __('Share this post') }} X
arrow_back {{ __('Back to Articles') }}
@if ($related->isNotEmpty())

{{ __('Related posts') }}

@foreach ($related as $relatedPost) @endforeach
@endif

{{ __('Inspired to act?') }}

{{ __('Join the movement and help revive the Masjid in your community.') }}