Red mark input are required.
{!! Form::label('date_of_birth', 'Date of Birth', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('date_of_birth', null, ["data-date-format" => "yyyy-mm-dd", "class" => "form-control border-form date-picker input-mask-date","required"]) !!}
@include('includes.form_fields_validation_message', ['name' => 'date_of_birth'])
{!! Form::label('gender', 'Gender', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('gender', ['' => '','MALE' => 'MALE', 'FEMALE' => 'FEMALE', 'OTHER' => 'OTHER'], null, ['class'=>'form-control border-form',"required"]); !!}
@include('includes.form_fields_validation_message', ['name' => 'gender'])
{!! Form::label('blood_group', 'Blood Group', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::select('blood_group', ['' => '','A+' => 'A+', 'A-' => 'A-', 'B+' => 'B+','B-' => 'B-','AB+' => 'AB+', 'AB-' => 'AB-', 'O+' => 'O+','O-' => 'O-', ], null,
[ 'class'=>'form-control border-form']); !!}
@include('includes.form_fields_validation_message', ['name' => 'blood_group'])
Contact
Permanent Address
Temporary Address