@if($coach->photo)
 }})
@else
{{ substr($coach->name, 0, 1) }}
@endif
{{ $coach->name }}
{{ $coach->qualification }}
@if($coach->specialization)
{{ $coach->specialization }}
@endif
@if($coach->experience_years)
{{ $coach->experience_years }} Years Experience
@endif
@if($coach->club)
{{ $coach->club->name }}
@endif
@if($coach->bio)
{{ $coach->bio }}
@endif