@include('includes.header') @include('includes.alerts')

{{ Str::ucfirst($talent->user->name) }}

@foreach ($talent->images->take(6) as $talentImage)
@endforeach
@foreach ($talent->images as $talentImage)
@endforeach
@foreach ($talent->images->take(1) as $talentImage)
@endforeach
@foreach ($talent->talentvideo as $talentVideo)
{!! $talentVideo->video_url !!}
@endforeach
@foreach ($talent->talentaudio as $talentAudio)
@endforeach

Age Type : {{ $ageType }}

Age : {{ $talent->age }}

Gender : {{ Str::ucfirst($talent->gender) }}

Height: {{ $talent->height }} inches

Weight: {{ $talent->weight }} lbs

Hair Color : {{ Str::ucfirst($talent->hair_color) }}

Eye Color : {{ Str::ucfirst($talent->eye_color) }}

Race : {{ Str::ucfirst($talent->ethnicity) }}

State : {{ Str::ucfirst($talent->state->name) }}

Click To Download Resume :

Best E-mail To Reach You: {{ $talent->user->email }}

@csrf
@include('includes.footer')