@extends('admin.layout.app') @section('body')
| # | {{ __('front.slug') }} | {{ __('front.title') }} | {{ __('front.status') }} | {{ __('front.updated') }} | {{ __('front.actions') }} |
|---|---|---|---|---|---|
| {{ $page->id }} | {{ $page->slug }} | {{ $page->title }} | @if($page->is_published) {{ __('front.published') }} @else {{ __('front.draft') }} @endif | {{ optional($page->updated_at)->format('Y-m-d') }} | {{ __('front.edit') }} |
| {{ __('front.no_pages_found') }} | |||||