@extends('layouts.admin') @section('content')

View Post

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 !!}
@endsection