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