@include('includes.header')
@include('includes.alerts')
@foreach ($talent->images->take(6) as $talentImage)
@endforeach
Age Type :
{{ $ageType }}
Age : {{ $talent->age }}
Gender :
{{ Str::ucfirst($talent->gender) }}
Height:
{{ $talent->height }} inches
Hair Color :
{{ Str::ucfirst($talent->hairColor->name) }}
Eye Color :
{{ Str::ucfirst($talent->eyeColor ? $talent->eyeColor->name : '-') }}
Race :
{{ Str::ucfirst($talent->race) }}
Location :
{{ Str::ucfirst($talent->state) }}
@if (!empty($talent->resume))
Click To Download Resume :
@endif
{{--
Best E-mail To Reach You:
{{ $talent->user->email }}
--}}
{{--
@if (in_array($talent->id, $userFavorites))
@else
@endif
--}}
@foreach ($talent->images as $talentImage)
@endforeach
@if ($talent->talentvideo->isNotEmpty())
@foreach ($talent->talentvideo as $talentVideo)
@if (Str::contains($talentVideo->video_url, '
@endforeach
@else
{{-- Fallback if no videos --}}
No videos available.
@endif
@if ($talent->talentaudio->isNotEmpty())
@foreach ($talent->talentaudio as $talentAudio)
@endforeach
@else
{{-- Fallback if no audios --}}
No audios available.
@endif