@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::model($post, ['method' => 'PATCH','route' => ['posts.update', $post->id],'enctype'=>'multipart/form-data']) !!}

status == 1)? 'checked':'' }} />
featured == 1)? 'checked':'' }} />
{{ $post->author->name }} {{ $post->author->last_name }}

@php $categoryDATA->parent_id = $post->category_id; @endphp

@if($post->post_image != null)
@endif
{!! Form::close() !!}
@endsection