@foreach($attachments as $attachment)
{{ $attachment->link_desc }}
{{ link_to( $attachment->link_url
, ''
, $attributes = array('class'=>'button-link-l' , 'download'=>$attachment->link_name , 'style'=>"display:inline-block; height:16px; width:20px;")
, $secure = null) }}
|
@endforeach
{{ link_to_route('newLinked' , '', '', array( 'class'=>'button-small add', 'alt'=>'add', 'title'=>'προσθήκη')) }}