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