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