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