@include('business.ticket.btaf._btaf_text_row', ['label' => 'Name', 'name' => 'name'])
@include('business.ticket.btaf._btaf_text_row', ['label' => 'Job Title', 'name' => 'job_title'])
@include('business.ticket.btaf._btaf_text_row', ['label' => 'Photo Url', 'name' => 'photo_url'])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Quote', 'name' => 'quote'])
@include('business.ticket.btaf._btaf_number_row', ['label' => 'Age', 'name' => 'age'])
@include('business.ticket.btaf._btaf_text_row', ['label' => 'Employer', 'name' => 'employer'])
@include('business.ticket.btaf._btaf_text_row', ['label' => 'Family', 'name' => 'family'])
@include('business.ticket.btaf._btaf_text_row', ['label' => 'Location', 'name' => 'location'])
{{ Form::label_styled('Personality', null, \App\Helpers\FormComponentHelper::SIZE_LARGE, 3) }}
@include('shared._radio_by_map', [
'map' => \App\Models\Business_Persona::$personality_introvert_extrovert_map,
'field_name' => 'personality_introvert_extrovert',
'field_value' => $additional_fields->personality_introvert_extrovert,
'col_size' => 3,
])
@include('shared._radio_by_map', [
'map' => \App\Models\Business_Persona::$personality_intuiting_sensing_map,
'field_name' => 'personality_intuiting_sensing',
'field_value' => $additional_fields->personality_intuiting_sensing,
'col_size' => 3,
])
@include('shared._radio_by_map', [
'map' => \App\Models\Business_Persona::$personality_thinking_feeling_map,
'field_name' => 'personality_thinking_feeling',
'field_value' => $additional_fields->personality_thinking_feeling,
'col_size' => 3,
])
@include('shared._radio_by_map', [
'map' => \App\Models\Business_Persona::$personality_judging_perceiving_map,
'field_name' => 'personality_judging_perceiving',
'field_value' => $additional_fields->personality_judging_perceiving,
'col_size' => 3,
])
@include('business.ticket.btaf._btaf_select_row', ['label' => 'Personality Archetype', 'name' => 'personality_type',
'map' => \App\Models\Business_Persona::$personality_archetype_map])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Goals', 'name' => 'goals'])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Frustrations', 'name' => 'frustrations'])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Bio', 'name' => 'bio'])
{{ Form::label_styled('Motivations (0-100)', null, \App\Helpers\FormComponentHelper::SIZE_LARGE, 6) }}
@foreach(\App\Models\Business_Persona::$motivation_map as $name => $label)
@include('business.ticket.btaf._btaf_number_row', ['label' => $label, 'name' => $name, 'col_offset' => 3])
@endforeach
{{ Form::label_styled('Preferred Channels (0-100)', null, \App\Helpers\FormComponentHelper::SIZE_LARGE, 6) }}
@foreach(\App\Models\Business_Persona::$preferred_channels_map as $name => $label)
@include('business.ticket.btaf._btaf_number_row', ['label' => $label, 'name' => $name, 'col_offset' => 3])
@endforeach
{{ Form::label_styled('Social', null, \App\Helpers\FormComponentHelper::SIZE_LARGE, 3) }}
@include('business.ticket.btaf._btaf_select_row', ['label' => 'Twitter', 'name' =>'social_twitter',
'map' => \App\Models\Business_Persona::$social_map, 'col_size' => 4, 'font_size' => \App\Helpers\FormComponentHelper::SIZE_MEDIUM])
@include('business.ticket.btaf._btaf_select_row', ['label' => 'Email', 'name' =>'social_email',
'map' => \App\Models\Business_Persona::$social_map, 'col_size' => 4, 'font_size' => \App\Helpers\FormComponentHelper::SIZE_MEDIUM])
@include('business.ticket.btaf._btaf_select_row', ['label' => 'Facebook', 'name' =>'social_facebook',
'map' => \App\Models\Business_Persona::$social_map, 'col_size' => 4, 'font_size' => \App\Helpers\FormComponentHelper::SIZE_MEDIUM])
@include('business.ticket.btaf._btaf_select_row', ['label' => 'LinkedIn', 'name' =>'social_linkedin',
'map' => \App\Models\Business_Persona::$social_map, 'col_size' => 4, 'font_size' => \App\Helpers\FormComponentHelper::SIZE_MEDIUM])
@include('business.ticket.btaf._btaf_select_row', ['label' => 'Instagram', 'name' =>'social_instagram',
'map' => \App\Models\Business_Persona::$social_map, 'col_size' => 4, 'font_size' => \App\Helpers\FormComponentHelper::SIZE_MEDIUM])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Brand Influencers', 'name' => 'brand_influencers'])
@include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Keywords', 'name' => 'keywords'])