{{ $post->title }}
{{ $post->body }}
Back to Posts
@auth
@if(auth()->id() === $post->user_id || auth()->user()->is_admin)
Edit
@endif
@endauth