@if(isset($additional_fields->linkedin_post))
            {{ Form::row_label_inline('Post Type', $additional_fields->post_type_label, '', 3, 9, \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
            {{ Form::hidden('post_type', $additional_fields->post_type) }}
        @else
            @include('shared._radio_by_map', [
                    'map' => \App\Models\LinkedIn_Post::$post_type_map,
                    'field_name' => 'post_type',
                    'field_value' => $additional_fields->post_type,
                    'col_size' => 3,
                    'on_change' => 'on_change_post_type(this.value)'
                ])
        @endif
    
    
        @include('business.ticket.btaf._btaf_text_area_row', ['label' => "Text For Image", 'name' => 'post_text', 'label_class' => "post-text-label"])
    
    
        @include('business.ticket.btaf._btaf_text_row', ['label' => "Image", 'name' => 'image_url'])
    
    
        @include('business.ticket.btaf._btaf_text_row', ['label' => "Quote Attribution", 'name' => 'quote_attribution'])
    
    
        @include('business.ticket.btaf._btaf_text_row', ['label' => "URL of Document", 'name' => 'document_url'])
    
    
        @include('business.ticket.btaf._btaf_text_area_row', ['label' => "Additional Text (including links or comments to be added)", 'name' => 'additional_text'])
    
    
    
        @include('business.ticket.btaf._btaf_text_row', ['label' => "Hashtag or Hashtag Direction", 'name' => 'hash_tag'])
    
    
        @include('business.ticket.btaf._btaf_date_time_row', ['label' => "Date and time to post", 'name' => 'post_date', 'id' => 'linkedin_post_date'])
    
    
        @include('business.ticket.btaf._btaf_text_row', ['label' => "URL of Post", 'name' => 'post_url'])