@extends('layouts.master') @section('content')
@lang('descriptions.categories.crud')
erstellen
@foreach ($categories as $category) @endforeach
Name Typ Art Hauptkategorie Anzahl Inhalte
{{ $category['name'] }} @if ($category['type'] === "templ") Vorlage @elseif ($category['type'] === "media") Medien @endif @if ($category['cat_type'] === "main") Haupt @elseif ($category['cat_type'] === "sub") Sub @endif {{ $category['parent_category'] }} {{ $category['count'] }}
edit @if ($category['count'] === 0 && ($category['cat_type'] === "sub" || ($category['has_subcategory'] === false && $category['cat_type'] === "main"))) delete @endif
@endsection @section('back_button') Zurück @endsection