{!! Form::open(['route' => ['admin.daleels.educationtable','daleel'=>$daleel->family_tree_id],'method' => 'POST', 'id'=>'education_form' ]) !!}
{!! Form::select('type', $educationtypes, null, ['class' => 'w-100%','id'=>'education_type_select','required'=>true]) !!}
{!! Form::label('type', 'المستوى التعليمي', ['class' => 'form-label']) !!}
{!! Form::text('institute_name', null, ['class' => 'form-control','id'=>'institute_name_field','required'=>true,'maxlength'=>60]) !!} @lang('helpers.char_count_text')40
{!! Form::label('institute_name', 'اسم الجامعة او الكلية', ['class' => 'form-label']) !!}
{!! Form::input('number','education_year', null, ['class' => 'form-control','id'=>'education_year_field','required'=>true,'min'=>'1000','style'=>'width:34%']) !!}
{!! Form::label('education_year', 'سنة التخرج', ['class' => 'form-label']) !!}
{!! Form::submit('اضف ',['class'=>'btn btn-primary','id'=>'education_modal_submit_btn']) !!}
{!! Form::close() !!}