{!! Form::label('follow_us_fb', 'Facebook' . ':' )!!}
{!! Form::url('follow_us[facebook]', !empty($details['follow_us']['facebook']) ? $details['follow_us']['facebook'] : '', ['class' => 'form-control', 'id' => 'follow_us_fb', 'placeholder' => 'https://www.facebook.com/company-page']) !!}
{!! Form::label('follow_us_insta', 'Instagram' . ':' )!!}
{!! Form::url('follow_us[instagram]', !empty($details['follow_us']['instagram']) ? $details['follow_us']['instagram'] : '', ['class' => 'form-control', 'id' => 'follow_us_insta', 'placeholder' => 'https://www.instagram.com/company']) !!}
{!! Form::label('follow_us_twtr', 'Twitter' . ':' )!!}
{!! Form::url('follow_us[twitter]', !empty($details['follow_us']['twitter']) ? $details['follow_us']['twitter'] : '', ['class' => 'form-control', 'id' => 'follow_us_twtr', 'placeholder' => 'https://twitter.com/company-id']) !!}
{!! Form::label('follow_us_linkdin', 'LinkedIn' . ':' )!!}
{!! Form::url('follow_us[linkedin]', !empty($details['follow_us']['linkedin']) ? $details['follow_us']['linkedin'] : '', ['class' => 'form-control', 'id' => 'follow_us_linkdin','placeholder' => 'https://in.linkedin.com/company/username']) !!}
{!! Form::label('follow_us_YT', 'YouTube' . ':' )!!}
{!! Form::url('follow_us[youtube]', !empty($details['follow_us']['youtube']) ? $details['follow_us']['youtube'] : '', ['class' => 'form-control', 'id' => 'follow_us_YT', 'placeholder' => 'https://www.youtube.com/c/channel-name']) !!}