@extends('layouts.grid') @section('content') {{ HTML::script('js/datatables.js') }}

{{ trans('labels.attach') }}

@foreach ($links as $linked) @endforeach
{{ link_to_route('newLinked' , '', '', array( 'class'=>'button-small add', 'alt'=>'add', 'title'=>'προσθήκη')) }} {{ trans('labels.id') }} {{ trans('labels.desc') }} {{ trans('labels.type') }} last update
{{ link_to_route('showLinked' , '', array($linked->id), array( 'class'=>'button-small show', 'alt'=>'show', 'title'=>'προβολή')) }} {{ link_to_route('editLinked', '', array($linked->id), array( 'class'=>'button-small upd', 'alt'=>'upd', 'title'=>'αλλαγή')) }} {{ link_to_route('deleteLinked', '', array($linked->id), array( 'class'=>'button-small del', 'alt'=>'del', 'title'=>'διαγραφή')) }} {{ substr('00000' . $linked->id, -5) }} {{ $linked->link_desc }} {{ link_to( $linked->link_url , '' , $attributes = array('class'=>'button-link-l' , 'download'=>$linked->link_name , 'style'=>"display:inline-block; height:16px; width:20px;") , $secure = null) }} {{ $linked->link_type }} {{ $linked->updated_at }} / {{ $linked->updated_by }}
@endsection