@layout('layouts.default') @section('content')

{{ $person->person_name . ' ' . $person->person_surname }}

ID: {{ $person->id }}

address
{{ $person->person_address }}
{{ $person->person_pcode }}

e-mail
{{ $person->person_email_link }}

phone
{{ $person->person_phone }}

mobile
{{ $person->person_mobile }}

birthday
{{ $person->person_birthday }}

language
{{ $person->person_language }}

last updated the {{ $person->updated_at }} by {{ $person->updated_by }}

{{ HTML::link_to_route('persons' , 'back to members', array(), array('class'=>'button')) }} @endsection