{!! $social['id'] !!}
{!! $social['influencer_id'] !!}
{!! $social['channel_type'] !!}
{!! $social['name'] !!}
{!! $social['follower_amount'] !!}
{!! $social['engagement_score'] !!}
{!! $social['category_id'] !!}
{!! $social['gender'] !!}
{!! $social['url'] !!}
{!! $social['interests'] !!}
{!! $social['hashtags'] !!}
{!! $social['divers_age'] !!}
{!! $social['divers_gender'] !!}
{!! $social['geographic'] !!}
{!! $social['country'] !!}
{!! $social['price_range'] !!}
{!! $social['user_id'] !!}
{!! $social['slug'] !!}
{!! $social['created_at'] !!}
{!! $social['updated_at'] !!}
{!! $social['deleted_at'] !!}
{!! Form::numeric('influencer_id')
-> label(trans('influencer::social.label.influencer_id'))
-> placeholder(trans('influencer::social.placeholder.influencer_id'))!!}
{!! Form::numeric('channel_type')
-> label(trans('influencer::social.label.channel_type'))
-> placeholder(trans('influencer::social.placeholder.channel_type'))!!}
{!! Form::text('name')
-> label(trans('influencer::social.label.name'))
-> placeholder(trans('influencer::social.placeholder.name'))!!}
{!! Form::numeric('follower_amount')
-> label(trans('influencer::social.label.follower_amount'))
-> placeholder(trans('influencer::social.placeholder.follower_amount'))!!}
{!! Form::numeric('engagement_score')
-> label(trans('influencer::social.label.engagement_score'))
-> placeholder(trans('influencer::social.placeholder.engagement_score'))!!}
{!! Form::numeric('category_id')
-> label(trans('influencer::social.label.category_id'))
-> placeholder(trans('influencer::social.placeholder.category_id'))!!}
{!! Form::text('gender')
-> label(trans('influencer::social.label.gender'))
-> placeholder(trans('influencer::social.placeholder.gender'))!!}
{!! Form::text('url')
-> label(trans('influencer::social.label.url'))
-> placeholder(trans('influencer::social.placeholder.url'))!!}
{!! Form::text('interests')
-> label(trans('influencer::social.label.interests'))
-> placeholder(trans('influencer::social.placeholder.interests'))!!}
{!! Form::text('hashtags')
-> label(trans('influencer::social.label.hashtags'))
-> placeholder(trans('influencer::social.placeholder.hashtags'))!!}
{!! Form::text('divers_age')
-> label(trans('influencer::social.label.divers_age'))
-> placeholder(trans('influencer::social.placeholder.divers_age'))!!}
{!! Form::text('divers_gender')
-> label(trans('influencer::social.label.divers_gender'))
-> placeholder(trans('influencer::social.placeholder.divers_gender'))!!}
{!! Form::inline_radios('geographic')
-> radios(trans('influencer::social.options.geographic'))
-> label(trans('influencer::social.label.geographic'))!!}
{!! Form::text('country')
-> label(trans('influencer::social.label.country'))
-> placeholder(trans('influencer::social.placeholder.country'))!!}
{!! Form::numeric('price_range')
-> label(trans('influencer::social.label.price_range'))
-> placeholder(trans('influencer::social.placeholder.price_range'))!!}