Blame view
resources/views/admin/category/edit.blade.php
295 Bytes
8c73c7b41 Категории ваканси... |
1 2 3 4 5 6 7 |
@extends('layout.admin', ['title' => 'Админка - Редактирование категории']) @section('content') <form method="POST" action="{{ route('admin.categories.update', ['category' => $category->id]) }}"> @include('admin.category.form') </form> @endsection |