@extends('layouts.home') @section('title', 'Kategorie bearbeiten') @section('content')
Kategorie bearbeiten
@include('categories.partials.form', ['action' => route('category-update', $category)])
@endsection @section('after-scripts') @include('categories.partials.scripts') @endsection