@extends('admin.layouts.app') @section('title', 'ورزشکاران') @section('content')
| نام | موبایل | قد/وزن | تاریخ ثبتنام |
|---|---|---|---|
| {{ $athlete->user->fullName() }} | {{ $athlete->user->mobile }} | {{ $athlete->height_cm ? $athlete->height_cm.' سانتیمتر' : '—' }} / {{ $athlete->weight_kg ? $athlete->weight_kg.' کیلوگرم' : '—' }} | {{ verta($athlete->created_at)->format('Y/m/d') }} |
| ورزشکاری یافت نشد. | |||