@extends('layouts.home') @section('title', 'Kategorien') @section('content')
Kategorien
@if ($canCreate)
Neue Kategorie
@endif
Reset
    @foreach($tree as $node) @include('categories.partials.node', $node) @endforeach
Nichts gefunden
@endsection @section('after-scripts') @endsection