{!! Form::label('tc_num', 'TC.No.', ['class' => 'col-sm-1 control-label']) !!}
@if(isset($data['row']) && !isset($data['tc_num'])) {!! Form::text('tc_num', $data['row']->tc_num, ["class" => "form-control border-form","required","readonly"]) !!} @else {!! Form::text('tc_num', $data['tc_num'], ["class" => "form-control border-form","required","readonly"]) !!} @endif @include('includes.form_fields_validation_message', ['name' => 'tc_num'])
{!! Form::label('date_of_issue', 'Issue Date', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('date_of_issue', null, ["data-date-format" => "yyyy-mm-dd", "class" => "form-control date-picker border-form input-mask-date"]) !!} @include('includes.form_fields_validation_message', ['name' => 'date_of_issue'])
{!! Form::label('date_of_leaving', 'Leave Date', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('date_of_leaving', null, ["data-date-format" => "yyyy-mm-dd", "class" => "form-control date-picker border-form input-mask-date"]) !!} @include('includes.form_fields_validation_message', ['name' => 'date_of_leaving'])
{!! Form::label('character', 'Character', ['class' => 'col-sm-1 control-label']) !!}
{!! Form::text('character', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'character'])
{!! Form::label('leaving_time_class', 'Leaveing Time Level/Class', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('leaving_time_class', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'leaving_time_class'])
{!! Form::label('paid_fee_status', 'Fee Paid Status', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('paid_fee_status', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'paid_fee_status'])
{!! Form::label('qualified_to_promote', 'Qualified to Promote', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::text('qualified_to_promote', null, ["class" => "form-control border-form upper","required"]) !!} @include('includes.form_fields_validation_message', ['name' => 'qualified_to_promote'])

@include('certificate.includes.student-detail')