@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header')
{{ $post->title }}
{!! $post->excerpt !!}
{!! $post->body !!}
@if ($post->status == 1) @else @endif
@if ($post->featured == 1) @endif
{{ $post->author->name }} {{ $post->author->last_name }}
{{ $post->category->name }}
/{{ $post->slug }}
@if($post->post_image != null)
@endif
{{ $post->meta_description }}
{{ $post->meta_keywords }}
@endsection