@extends('layouts.layout-2') @section('content')
{{__('Kategorien')}}
{{----}} {{-- --}} @foreach($values as $value) {{-- --}} {{-- --}} @endforeach
  {{__('Pos')}} {{__('Kategorie')}}{{__('Kategorie')}}{{__('Headline')}} {{__('Headline')}} {{__('Produkte')}} {{__('sichbar')}}__('Translate') {{__('Status')}}
{{ $value->pos }} @if($value->parent) {{ $value->parent->name }} @else {{ $value->name }} @endif@if($value->parent) {{ $value->name }} @else - @endif{{ $value->headline }} {{ $value->product_categories->count() }} {!! implode($value->getShowOnTypes(), '
') !!}
{{ $value->getTranNames() }}@if($value->active) @else@endif
@endsection