{{ $panel }} Manager View
@include('web.admin.includes.buttons.view-page-button')
| Column | Value |
|---|---|
| Title | {{ $data['row']->title }} |
| Slug | {{ $data['row']->slug }} |
| Publish date | {{ $data['row']->publish_date }} |
| Image |
@if ($data['row']->image)
No image @endif |
| Description | {!! $data['row']->description !!} |
| SEO Title | {{ $data['row']->seo_title }} |
| SEO Keywords | {{ $data['row']->seo_keywords }} |
| SEO Description | {!! $data['row']->seo_description !!} |
| Create at | {{ $data['row']->created_at }} |
| Last updated at | {{ $data['row']->updated_at }} |
| Created by | {{ $data['row']->created_by_name }} |
| Last updated by | {{ $data['row']->updated_by_name }} |
| Status |
|