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