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) }}
Best E-mail To Reach You: {{ $talent->user->email }}