@extends('admin.layout') @section('metatitle', $controller::getLabel('tabel_name')." - show " ) @section('pagebar')
@endsection @section('content')
list edit delete
{{ $controller::getLabel('clc_id') }} {{ isset( $item->clc_id ) ? $item->clc->clc : "-" }}
{{ $controller::getLabel('valoare') }} {{ $item->valoare }}
{{ $controller::getLabel('user_id') }} {{ isset( $item->user_id ) ? $item->user->name : "-" }}
@stop @section('scripts.footer') @stop