@props(['trainer'])
@if ($trainer->is_featured) ویژه @endif
@if ($trainer->photoUrl()) تصویر {{ $trainer->name }} @else
@endif

مربی تنیس

{{ $trainer->name }}

@if ($trainer->gender_label || $trainer->experience_years || $trainer->fee)
@if ($trainer->gender_label)
جنسیت
{{ $trainer->gender_label }}
@endif @if ($trainer->experience_years)
سابقه
{{ fa_digits($trainer->experience_years) }} سال
@endif @if ($trainer->fee)
شهریه
{{ $trainer->fee }}
@endif
@endif @if (! empty($trainer->region_names))

مناطق فعالیت

    @foreach (array_slice($trainer->region_names, 0, 3) as $district)
  • {{ $district }}
  • @endforeach @if (count($trainer->region_names) > 3)
  • +{{ count($trainer->region_names) - 3 }}
  • @endif
@endif @if ($trainer->bio)

{{ $trainer->bio }}

@elseif ($trainer->venue_label)

محل تمرین

{{ $trainer->venue_label }}

@endif