@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('type_module') }} | {!! Cmsmodule::getTypeModuleHtml($item->type_module) !!} |
| {{ $controller::getLabel('position') }} | {{ $item->position }} |
| {{ $controller::getLabel('url_href') }} | {{ $item->url_href }} |
| {{ $controller::getLabel('target_blank') }} | {!! getHtmlYesNo($item->target_blank) !!} |
| {{ $controller::getLabel('cmsmenuitem_id') }} | {{ isset($item->cmsmenuitem_id) ? $item->cmsmenuitem->name : "-" }} |
| {{ $controller::getLabel('cmscategory_id') }} | {{ isset($item->cmscategory_id) ? $item->cmscategory->name : "-" }} |
| {{ $controller::getLabel('cmsorderby') }} | {{ isset($item->cmsorderby) ? $item->cmsorderby : "-" }} |
| {{ $controller::getLabel('cmsitem_id') }} | {{ isset($item->cmsitem_id) ? $item->cmsitem->name : "-" }} |
| {{ $controller::getLabel('cmspage_id') }} | {{ isset($item->cmspage_id) ? $item->cmspage->name : "-" }} |
| {{ $controller::getLabel('short_description') }} |
| {{ $item->short_description }} |
| {{ $controller::getLabel('description') }} |
| {!! $item->description !!} |
| {{ $controller::getLabel('show_name') }} | {!! getHtmlYesNo($item->show_name) !!} |
| {{ $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 }} |
|
|