@if(Auth::user()->employee->photo)
{{\Auth::user()->name}}
@else
{{\Auth::user()->name}}
@endif
{{$post->status}}
{{formatDate($post->created_at)}}

@foreach($post->replies as $reply)
{{$reply->message}}
{{formatDate($reply->created_at)}}

@endforeach