@extends('redesign.layouts.metronic.dashboard') @section('title', 'Kategorien') @section('documentTitle', 'Kategorien') @section('document')

Kategorien

@if( $canCreate ) @endif
@if( $tree->count() )
@include('redesign.back.metronic.operator.categories.pieces.list') @else

Noch keine Kategorien.

@if( $canCreate ) Neue Kategorie erstellen @endif
@endif
@endsection @section('scripts-page') @endsection