@extends('coach.layouts.app') @section('title', 'برنامه‌های تمرینی') @section('content')

برنامه‌های تمرینی

@forelse($plans as $plan)
{{ $plan->name }} — {{ $plan->athlete->user->fullName() }}
{{ $plan->status->label() }} · {{ verta($plan->created_at)->format('Y/m/d') }}
مشاهده →
@empty

هنوز برنامه‌ای نساخته‌اید. از صفحه‌ی «ورزشکاران من» شروع کنید.

@endforelse
@endsection