@extends('layouts.app') @section('title', $trainer->name.' — مربی تنیس در تهران') @section('meta_description', \Illuminate\Support\Str::limit(strip_tags($trainer->bio ?? ('معرفی '.$trainer->name.' مربی تنیس در تهران')), 150)) @push('meta') @if ($trainer->photoUrl()) @endif @endpush @section('content')
{{ $trainer->bio }}
{{ $trainer->venue_label }}
@if ($trainer->court?->address){{ $trainer->court->address }}
@endif