@extends("layouts.dashboard") @section("title", "Add new post - Dashboard | TechnoBlog") @section("dashboard_content")
  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