@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name')." - show " ) @section('pagebar')
@endsection @section('content')| {{ $controller::getLabel('name') }} | {{ $item->name }} |
| {{ $controller::getLabel('slug') }} | {{ $item->slug }} |
| {{ $controller::getLabel('urlhref') }} | {{ $item->urlhref }} |
| {{ $controller::getLabel('targetblank') }} | {!! getHtmlPublished($item->targetblank) !!} |
| {{ $controller::getLabel('short_description') }} |
| {{ $item->short_description }} |
| {{ $controller::getLabel('description') }} |
| {!! $item->description !!} |
| {{ $controller::getLabel('published') }} | {!! getHtmlPublished($item->published) !!} |
| {{ $controller::getLabel('user_id') }} | {{ isset( $item->user_id ) ? $item->user->name : "-" }} |
| {{ $controller::getLabel('cmslanguage_id') }} | {{ isset($item->cmslanguage_id) ? $item->cmslanguage->name : "-" }} |
| {{ $controller::getLabel('order_number') }} | {{ $item->order_number }} |
| {{ $controller::getLabel('created_at') }} | {{ $item->created_at }} |
| {{ $controller::getLabel('updated_at') }} | {{ $item->updated_at }} |
| {{ $controller::getLabel('id') }} | {{ $item->id }} |
| {{ $controller::getLabel('metatitle') }} |
| {{ $item->metatitle }} |
| {{ $controller::getLabel('metadescription') }} |
| {{ $item->metadescription }} |
| {{ $controller::getLabel('metatags') }} |
| {{ $item->metatags }} |
| {{ $controller::getLabel('pic') }} |
|---|
| {{ $item->pic }} |
|
|