@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name')." - show " ) @section('pagebar')
@endsection @section('content')
list edit delete
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 }}

@if ($item->pic != "") @endif
{{ $controller::getLabel('pic') }}
{{ $item->pic }}
delete pic
@stop @section('scripts.footer') @stop