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