@extends('panel::layouts.app') @section('body-class', '') @section('title', __('panel/menu.catalogs')) @section('page-title-right') {{ __('panel/common.create') }} @endsection @section('content')
| {{ __('panel/common.id')}} | {{ __('panel/catalog.title') }} | {{ __('panel/catalog.parent') }} | {{ __('panel/common.slug') }} | {{ __('panel/common.position') }} | {{ __('panel/common.active') }} | {{ __('panel/common.actions') }} |
| {{ $item->id }} | {{ $item->translation->title ?? '' }} | {{ $item->parent->translation->title ?? '-' }} | {{ $item->slug }} | {{ $item->position }} | @include('panel::shared.list_switch', ['value' => $item->active, 'url' => panel_route('catalogs.active', $item->id)]) |