@extends('layouts.manager') @section('title','Адмінка — Категорія') @section('page_title', $category->exists ? 'Редагувати категорію' : 'Додати категорію') @push('head') @endpush @section('content')
@csrf @if($category->exists) @method('PUT') @endif
@error('title')
{{ $message }}
@enderror
exists ? $category->is_active : true) ? 'checked' : '' }}>
@error('is_active')
{{ $message }}
@enderror
Примітка: slug і порядок генеруються автоматично.
Назад
@endsection