@extends("layouts.dashboard") @section("title", "Add new post - Dashboard | TechnoBlog") @section("dashboard_content")
@if(!$post->review->is_passed_all_phases)

Current phase: {{ $post->review->getPhase()->name }} @if($post->review->canReview()) @endif

@endif
  1. Dashboard
  2. Posts
  3. Edit Post

Edit Post

$post->id]) }}" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> @method("patch") @csrf
title) }}" name="title" class="form-control" required>
@endsection