View Post
Go Back to Post ListImage | |
---|---|
Title | {{ $post->title }} |
Category Name | {{ $post->category->name }} |
Post Tags | @foreach($post->tags as $tag) {{ $tag->name }} @endforeach |
Author Name | {{ $post->user->name }} |
Description | {!! $post->description !!} |