{{ Form::label_styled('Style Name:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::text_styled('visual_personality_source_name', null, 'account-pages-text-input md-lg', null) }}
{{ Form::hidden("active", 0) }}
{{ Form::checkbox_styled('active', null, 'Active', null, 'source-data-check') }}
@include('super_admin._upload_image', ['current_url' => $style->url])
{{ Form::label_styled('Website URL:', 'source-data-label', \App\Helpers\FormComponentHelper::SIZE_LARGE) }}
{{ Form::text_styled('website_url', null, 'account-pages-text-input md-lg', null) }}