{!! Form::select('type',templateType(), null, array('id' => 'type', 'class' => 'form-control', 'placeholder' => trans('Choose'))) !!}
@if ($errors->has('type'))
{{ $errors->first('type') }}
@endif
{!! Form::text('name', null, ['class' => 'form-control','id'=>'name','required']) !!}
{!! Form::text('heading', null, ['class' => 'form-control','id'=>'heading','required']) !!}
{!! Form::text('examname', null, ['class' => 'form-control','id'=>'examname','required']) !!}
{!! Form::text('examdate', null, ['class'=>'form-control','id'=>'examdate','required']) !!}
{{--
{!! Form::text('title', null, ['class' => 'form-control','id'=>'title','required']) !!}
--}}
{!! Form::text('examcenter', null, ['class' => 'form-control','id'=>'examcenter','required']) !!}
{!! Form::textarea('bodyText', null, ['class' => 'form-control rounded-0 ckeditor','id'=>'bodyText','required', 'row'=>'5']) !!}
{!! Form::textarea('footerText', null, ['class' => 'form-control','rows'=>'3','id'=>'footerText']) !!}
{!! Form::select('photo_position',studentPhoto(), old('photo_position'), array('id' => 'photo_position', 'class' => 'form-control', 'placeholder' => trans('Choose'))) !!}
@if ($errors->has('photo_position'))
{{ $errors->first('photo_position') }}
@endif
{!! Form::select('info_position',infoPosition(), old('info_position'), array('id' => 'info_position', 'class' => 'form-control', 'placeholder' => trans('Choose'))) !!}
@if ($errors->has('info_position'))
{{ $errors->first('info_position') }}
@endif
-
@lang('Name')
{!! Form::checkbox('is_name', '1', null, ['id' => 'is_name']) !!}
-
@lang('Father Name')
{!! Form::checkbox('is_fname', '1', null, ['id' => 'is_fname']) !!}
-
@lang('Mother Name')
{!! Form::checkbox('is_mname', '1', null, ['id' => 'is_mname']) !!}
-
@lang('E-Mail')
{!! Form::checkbox('is_email', '1', null, ['id' => 'is_email']) !!}
-
@lang('Student Photo')
{!! Form::checkbox('is_photo', '1', null, ['id' => 'is_photo']) !!}
-
@lang('Phone')
{!! Form::checkbox('is_phone', '1', null, ['id' => 'is_phone']) !!}
-
@lang('Admission ID')
{!! Form::checkbox('is_admission_id', '1', null, ['id' => 'is_admission_id']) !!}
{{--
-
@lang('Student ID')
{!! Form::checkbox('is_st_id', '1', null, ['id' => 'is_st_id']) !!}
--}}
-
@lang('Class')
{!! Form::checkbox('is_class', '1', null, ['id' => 'is_class']) !!}
-
@lang('Section')
{!! Form::checkbox('is_section', '1', null, ['id' => 'is_section']) !!}
-
@lang('Session')
{!! Form::checkbox('is_session', '1', null, ['id' => 'is_session']) !!}
-
@lang('Address')
{!! Form::checkbox('is_address', '1', null, ['id' => 'is_address']) !!}
{{--
-
Left Signature Title
{!! Form::checkbox('lsign_title', '1', null, ['id' => 'lsign_title']) !!}
-
Middle Signature Title
{!! Form::checkbox('msign_title', '1', null, ['id' => 'msign_title']) !!}
-
Right Signature Title
{!! Form::checkbox('rsign_title', '1', null, ['id' => 'rsign_title']) !!}
--}}
{!! Form::select('status',status(), old('status'), array('id' => 'status', 'class' => 'form-control', 'placeholder' => trans('Choose'))) !!}
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif