{{-- Actifisys (dnyActifisys) developed by Daniel Brendel (C) 2019 - 2023 by Daniel Brendel Version: 1.0 Contact: dbrendel1988gmailcom GitHub: https://github.com/danielbrendel/ Released under the MIT license --}} @extends('layouts.layout_home') @section('title', env('APP_PROJECTNAME') . ' - ' . $post->thread->title . ' - ' . __('app.single_post')) @section('content')

{{ $post->thread->title }} @if ($post->thread->sticky) @endif @if ($post->thread->locked) @endif

avatar
@if ($post->locked) @endif
{{ $post->message }}
@if ($post->locked)
@endif @if ((!$post->locked) && ($post->created_at !== $post->updated_at))

{{ __('app.forum_post_edited_info') }} {{ $post->updated_at->diffForHumans() }} @endif
@endsection @section('modal') @endsection