@extends('dashboard.layouts.main') @section('container')

{{ $post->title }}

Back to all my posts Edit
@method('delete') @csrf
@if ($post->image)
{{ $post->category->name }}
@else @endif
{!! $post->body !!}
@endsection