@extends("layouts.dashboard") @section("title", "Add new category - Dashboard | TechnoBlog") @section("dashboard_content")
$category->id]) }}" method="post" accept-charset="UTF-8">

Edit category

@method("patch") @csrf

Please note that the new category will be unavailable for users until publishing your first post.

name) }}" autocomplete="off" class="form-control" required>
color) }}" class="form-control categoryColor" autocomplete="off" required>
@endsection