@include('shared._radio_row_by_map', [ 'radio_label' => 'Campaign Goal', 'row_class' => 'btaf-radio-row', 'map' => \App\Models\Business_Facebook_Ad::$campaign_goal_map, 'field_name' => 'campaign_goal', 'field_value' => $additional_fields->campaign_goal, 'col_size' => 3, ]) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Landing Page URL', 'name' => 'landing_page_url']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Call to Action', 'name' => 'call_to_action']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Ad Content', 'name' => 'ad_content']) @include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Audience', 'name' => 'audience']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Facebook Page Name', 'name' => 'fb_page_name']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Facebook URL', 'name' => 'fb_url']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Facebook Login', 'name' => 'fb_login']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Budget & Budget Constraints', 'name' => 'budget_info']) @include('shared._radio_row_by_map', [ 'radio_label' => 'Ad Type', 'row_class' => 'btaf-radio-row', 'map' => \App\Models\Business_Facebook_Ad::$ad_type_map, 'field_name' => 'ad_type', 'field_value' => $additional_fields->ad_type, 'col_size' => 4, ]) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Ad Folder or URL', 'name' => 'ad_location'])