View Post
Go Back to Post List| Image | |
|---|---|
| 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 !!} |
@extends('layouts.admin') @section('content')
| Image | |
|---|---|
| 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 !!} |