@extends('layouts.default') @section('content')
Warning: Undefined variable $person in /home/abazis/apps/euroclub-6/resources/views/persons/show.blade.php on line 23

Warning: Attempt to read property "get_info" on null in /home/abazis/apps/euroclub-6/resources/views/persons/show.blade.php on line 23

Warning: Undefined variable $person in /home/abazis/apps/euroclub-6/resources/views/persons/show.blade.php on line 24

Warning: Attempt to read property "player_id" on null in /home/abazis/apps/euroclub-6/resources/views/persons/show.blade.php on line 24

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

{!! substr('0000' . $person->id, -4, 4) !!} - {{ $person->player_id }}

Results

@include('players.results') * {!! trans('labels.source') !!}

Carreer data

@foreach ($pyears as $py ) @endforeach
{{ $py->season_id }} {{ $py->classif_code }} {{ $py->team_code }} {{ $py->player_id }}
@endsection