@extends('layouts.grid') @section('content') {{ HTML::script('js/datatables.js') }}
{{ link_to_route('newActor' , '', '', array( 'class'=>'button-small add', 'alt'=>'add', 'title'=>'προσθήκη')) }} | {{ trans('labels.name') }} | {{ trans('labels.company') }} | {{ trans('labels.sector') }} | {{ trans('labels.address') }} | {{ trans('labels.phone') }} | {{ trans('labels.email') }} | |
---|---|---|---|---|---|---|---|
{{ link_to_route('showActor' , '', array($actor->id), array( 'class'=>'button-small show', 'alt'=>'show', 'title'=>'προβολή')) }} {{ link_to_route('editActor', '', array($actor->id), array( 'class'=>'button-small upd', 'alt'=>'upd', 'title'=>'αλλαγή')) }} {{ link_to_route('deleteActor', '', array($actor->id), array( 'class'=>'button-small del', 'alt'=>'del', 'title'=>'διαγραφή')) }} | {{ $actor->actor_name . ' ' . $actor->actor_surname }} | {{ $actor->actor_company }} | {{ $actor->actor_title }} | {{ $actor->actor_address_1 }} {{ $actor->actor_pcode }} |
{{ $actor->actor_phone }} {{ $actor->actor_mobile }} |
{{ $actor->actor_email }} |