@extends('adminlte::page') @section('title', 'Athlab|Home') @section('content_header')
| # | @endrole @hasanyrole('coach|admin')Athlete | @endhasanyroleDate | Trining Type | Options |
|---|---|---|---|---|
| {{$training->id}} | @endrole @hasanyrole('coach|admin'){{$training->user->name}} | @endhasanyrole{{date('d/m/Y', strtotime($training->date))}} | @foreach($training->training_types as $training_type) {{$training_type->name}} @endforeach |
No trainings found
@endif