@extends('layouts.grid') @section('content')
{{ link_to_route ( 'editEntity' , '' , array($entity->id) , array( 'class'=>'button-small upd' , 'alt'=>'upd' , 'title'=>'αλλαγή')) }} {{ link_to_route ( 'deleteEntity' , '' , array($entity->id) , array( 'class'=>'button-small del' , 'alt'=>'del' , 'title'=>'διαγραφή')) }}
{{ substr('00000'.$entity->id,-5) }}

{{ $entity->entity_name }}

{{ $entity->parent_name . ' -> ' . $entity->entity_name }}

{{ $entity->entity_desc }}
@include('attachments.sublist', array('attachments'=>$entity->entitylinks->all()))
@include('tasks.sublist', array('tasks'=>$entity->tasks->all())) @endsection