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

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

ID: {{ $athlete->athlete_id }}

Τμήμα
{{ $athlete->section_label }}

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

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