@if($row->gallery)
@include('Layout::global.details.gallery')
@else
@endif
{{$translation->title}}
@if(!empty($row->author))
-
{{ __('BY ')}}
{{$row->author->getDisplayName() ?? ''}}
@endif
- {{__('DATE ')}} {{ display_date($row->updated_at)}}
{!! $translation->content !!}
@if (!empty($tags = $row->getTags()) and count($tags) > 0)
@endif