Show Student Detail [Note: Student records pull from registration. If you want to change any, please change registration record.]

{!! Form::hidden('students_id', $data['row']->id, ["class" => "form-control border-form"]) !!}
{!! Form::select('faculty', $data['faculties'], null, ['class' => 'form-control',"readonly","disabled"]) !!} @include('includes.form_fields_validation_message', ['name' => 'faculty'])
{!! Form::select('semester', $data['semester'], null, ['class' => 'form-control',"readonly","disabled"]) !!} @include('includes.form_fields_validation_message', ['name' => 'semester'])
{!! Form::select('batch', $data['batch'], null, ['class' => 'form-control',"readonly","disabled"]) !!} @include('includes.form_fields_validation_message', ['name' => 'semester'])
{!! Form::label('reg_no', 'REG.NO.', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('reg_no', null, ["placeholder" => "", "class" => "form-control border-form input-mask-registration","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'reg_no'])
{!! Form::label('reg_date', 'Date of Admission', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('reg_date', null, ["class" => "form-control date-picker border-form input-mask-date","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'reg_date'])
{!! Form::label('university_reg', __('form_fields.student.fields.university_reg'), ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('university_reg', null, ["placeholder" => "", "class" => "form-control border-form","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'university_reg'])
{!! Form::label('first_name', __('form_fields.student.fields.name_of_student'), ['class' => 'col-sm-3 control-label',]) !!}
{!! Form::text('first_name', null, ["class" => "form-control border-form upper","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'first_name'])
{!! Form::text('middle_name', null, ["class" => "form-control border-form upper","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'middle_name'])
{!! Form::text('last_name', null, ["class" => "form-control border-form upper","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'last_name'])
{!! Form::label('date_of_birth', 'Date of Birth', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('date_of_birth', null, ["data-date-format" => "dd-mm-yyyy", "class" => "form-control border-form input-mask-date","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'date_of_birth'])
{!! Form::label('gender', __('form_fields.student.fields.gender'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::select('gender', __('common.gender'), null, ['class'=>'form-control border-form',"required","readonly","disabled"]); !!} @include('includes.form_fields_validation_message', ['name' => 'gender'])
{!! Form::label('blood_group', 'BloodGroup', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('blood_group', null, ["class" => "form-control border-form","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'blood_group'])
{!! Form::label('nationality', __('form_fields.student.fields.nationality'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('nationality', null, ["class" => "form-control border-form","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'nationality'])
{!! Form::label('religion', __('form_fields.student.fields.religion'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('religion', null, ["class" => "form-control border-form","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'religion'])
{!! Form::label('caste', __('form_fields.student.fields.caste'), ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('caste', null, ["class" => "form-control border-form","required","readonly"]) !!} @include('includes.form_fields_validation_message', ['name' => 'caste'])