New Talent Booking Request

Talent Details

Talent Image

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

Age: {{ $talent->age }}

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

Location: {{ $talent->state }}

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

Race: {{ $talent->race }}

Booking Details

Name{{ $booking->name }}
Company{{ $booking->company }}
Email{{ $booking->email }}
Phone{{ $booking->phone }}
Shoot Date{{ $booking->shoot_date }}
Shoot Location{{ $booking->shoot_location }}
Project Info{{ $booking->project_info }}
Usage Info{{ $booking->usage_info }}
Budget{{ $booking->budget }}
Additional Comments{{ $booking->additional_comments }}

Best Regards,
Talent Booking System