@extends('layouts.backend.master') @section('content')

Posts Control Panel Manage Posts

@include('flash::message')

{{ $post->title }} by {{ $post->user->name }}

{!! $post->body !!}

Category: {{ $post->category->name }}

Tags: {{ $post->tags->implode('name', ', ') }}

@endsection