@php $smileClass = $post->reactions->count() > 0 ? $post->reactions->toArray()[0]['reaction'] : 'fas fa-smile'; @endphp
id }} id="post-{{ $post->id }}">
{{ $post->user->name }}
{{ $post->created_at->diffForHumans() }}
@if (request()->route()->getName() == 'home') {{ $post->space->name }} @endif

{{ $post->title }}

{!! $post->discription !!}
@if ($post->file != '') @endif