Date Of Birth: {{ \Carbon\Carbon::parse($talent->dob)->format('d/m/Y') }}
Age: {{ $talent->age }}
Height: {{ $talent->height }} cm
Eye Color: {{ $talent->eyeColor->name }}
Hair Color: {{ $talent->hairColor->name }}
Ethnicity: {{ $talent->race }}
View Details|
|
{{ $talent->first_name }} {{ strtoupper(substr($talent->last_name, 0, 1)) }}.
Eye Color : {{ $talent->eyeColor->name }} Hair Color : {{ $talent->hairColor->name }} Ethnicity : {{ $talent->race }} --}} |
View Portfolio | ||||||