Counter Setting
{!! Form::select('counter_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'counter_status'])
{!! Form::label('counter_title', 'Title', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('counter_title', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'counter_title'])