@extends('athlete.layouts.app') @section('title', $plan->name) @section('content') ← بازگشت
مربی: {{ $plan->coach->user->fullName() }} @if($plan->goal) · هدف: {{ $plan->goal->title }} @endif @if($plan->duration_weeks) · {{ $plan->duration_weeks }} هفته @endif
@if($plan->description){{ $plan->description }}
@endifتوضیح مربی: {{ $ex->coach_notes }}
@endif