@extends('../admin/admin_layout.app') @section('content')
@if ($application->user->role == 'producer')
Profile Picture
{{ $application->user->first_name . ' ' . $application->user->last_name }}

Producer

{{ $application->user->email }}

Basic info
Pronoun:
{{ $application->pronoun }}
{{--
Age Ranges:
18-25
--}}
What country are you from?:
{{ $application->country }}
Experienced:
{{ $application->experinced ? 'Yes' : 'No' }}
Association:
{{ $application->trade_associations }}
Meet:
{{ $application->meeting_preference }}
More
  • Anything else you would like us to know? (answer)
@elseif($application->user->role == 'screenwriter')
Profile Picture
{{ $application->user->email }}

{{ $application->user->role }}

{{ $application->user->email }}

Basic info
Pronoun:
Lorem Ipsum
Age Ranges:
18-25
What country are you from?:
{{ $application->user->country }}
Discipline:
Film Writing
Type:
Commitment:
Yes
Screenwriting Background
  • Please describe to us a time when your script was optioned. If you have never been optioned (answer)
  • What interests you most about our accelerator program (answer)
  • How many scripts have you completed in the past? (answer)
  • Please provide the breif summary of a script that you would be interested in working on in the program (answer)
  • Who is someone in the industry you admire and why? (answer)
  • What are your long terms plan as it relates to screenwriting? (i.e. finishing college, going to grad school) (answer)
  • Anyone else you would like us to know? (answer)
  • What are you most hoping to learn from this program? (100 words or less) (answer)
  • Please list any producer, screenwriter, or other entertainment industry related awards, or scholarship you have recieved (owner)
References
Fullname:
Lorem Ipsum
Phone Number:
12345678
Email Address:
LoremIpsum@gmail.com
@endif
@endsection