Introduction/About Area Setting
{!! Form::select('introduction_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'introduction_status'])
{!! Form::label('introduction_title', 'Title', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('introduction_title', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'introduction_title'])
{!! Form::label('introduction_description', 'Description', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('introduction_description', null, ["placeholder" => "", "class" => "form-control border-form summernote","rows"=>"5"]) !!} @include('includes.form_fields_validation_message', ['name' => 'introduction_description'])
{!! Form::label('introduction_button_text', 'Button Text', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('introduction_button_text', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'introduction_button_text'])
{!! Form::label('introduction_link', 'Button Link', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('introduction_link', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'introduction_link'])