@extends('admin.layouts.app') @section('title', 'جزئیات مربی') @section('content') ← بازگشت به لیست مربیان
{{ $coach->user->mobile }}
وضعیت فعلی: {{ $coach->status->label() }}
@if($coach->status_reason)دلیل: {{ $coach->status_reason }}
@endif{{ $coach->bio ?: '—' }}
{{ $coach->work_history ?: '—' }}