@extends('app') @section('content')

Тренеры

@foreach ($date['page_content'] as $value)

{{ $value->name }}

{{ $value->position }}

Дата рождения — {{ $value->birth }}

{!! $value->description !!}

@if (isset($value->career))

Карьера

{!! $value->career !!} @endif
@endforeach
@stop