@php $existVote = @$post->votes?->where('user_id', auth()->id())->first(); @endphp @extends('front.layout.app') @section('content')
{!! $post->content !!}
{{ __(@$post?->user?->name) }}