Fix: Исправлена ссылка в edit.blade.php
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
4436a6b2b3
commit
381c31c686
|
|
@ -7,7 +7,7 @@
|
|||
<main class="col-md-9 ms-sm-auto col-lg-10 px-md-4 main-content">
|
||||
<div class="d-flex justify-content-between align-items-center pt-3 pb-2 mb-3 border-bottom">
|
||||
<h1 class="h2">Редактировать: {{ $category->name }}</h1>
|
||||
<a href="{{ route('admin.course-categories.show', $category) }}" class="btn btn-secondary btn-sm">Назад</a>
|
||||
<a href="{{ route('admin.course-categories.show', $category) }}" class="btn btn-secondary btn-sm">Назад к категории</a>
|
||||
</div>
|
||||
<form action="{{ route('admin.course-categories.update', $category) }}" method="POST">
|
||||
@csrf @method('PUT')
|
||||
|
|
|
|||
Loading…
Reference in New Issue