{!! Form::label('facebook_comment_'.request('lang_id',1), __('models/settings.general.Facebook Comments Plugin Code').':') !!} {!! Form::textarea('facebook_comment_'.request('lang_id',1), setting('facebook_comment_'.request('lang_id',1),null), ['class' => 'form-control '. ($errors->has('facebook_comment_'.request('lang_id',1))?' is-invalid ':'')]) !!} @if ($errors->has('facebook_comment_'.request('lang_id',1))) {{ $errors->first('facebook_comment_'.request('lang_id',1)) }} @endif