Talent Details

@foreach ($talents as $talent) {{--
Profile Image

{{ ucfirst($talent->name) }}

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
--}}
Profile Image

{{ $talent->first_name }} {{ strtoupper(substr($talent->last_name, 0, 1)) }}.

Age : {{ $talent->age }}

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

Eye Color : {{ $talent->eyeColor->name }}

Hair Color : {{ $talent->hairColor->name }}

Ethnicity : {{ $talent->race }}

{{--

--}} {{--

Eye Color : {{ $talent->eyeColor->name }}

Hair Color : {{ $talent->hairColor->name }}

Ethnicity : {{ $talent->race }}

--}}
View Portfolio
 
 
@endforeach