{!! Form::select('status', ['active'=>'Show','in-active'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'status'])
{!! Form::label('range', 'Open & Close Date', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('start_date', null, ["placeholder" => "", "class" => "input-sm form-control border-form input-mask-date date-picker", "data-date-format" => "yyyy-mm-dd"]) !!} {!! Form::text('end_date', null, ["placeholder" => "", "class" => "input-sm form-control border-form input-mask-date date-picker", "data-date-format" => "yyyy-mm-dd"]) !!}
{!! Form::label('title', 'Title', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('title', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'title'])
{!! Form::label('sub_title', 'Subtitle', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::text('sub_title', null, ["placeholder" => "", "class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'sub_title'])
@if (isset($data['row']))
@if ($data['row']->logo) @else

No image.

@endif
@endif
{!! Form::label('logo_image', 'Logo', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::file('logo_image') !!} @include('includes.form_fields_validation_message', ['name' => 'logo_image'])
{!! Form::select('medical_info_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'medical_info_status'])
{!! Form::select('guardian_detail_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_detail_status'])
{!! Form::select('permanent_address_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'permanent_address_status'])
{!! Form::select('mailing_address_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'mailing_address_status'])
{!! Form::select('photo_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'photo_status'])
{!! Form::select('applicant_photo_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'applicant_photo_status'])
{!! Form::select('applicant_signature_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'applicant_signature_status'])
{!! Form::select('guardian_photo_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_photo_status'])
{!! Form::select('qualification', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'qualification'])
{!! Form::select('experience', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'experience'])
{!! Form::select('rules_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form ']) !!} @include('includes.form_fields_validation_message', ['name' => 'rules_status'])
{!! Form::label('rules', 'Rules Info', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('rules', null, ["placeholder" => "", "class" => "form-control border-form summernote"]) !!} @include('includes.form_fields_validation_message', ['name' => 'rules'])
{!! Form::select('agreement_status', ['1'=>'Show','0'=>'Hide'], null, ['class' => 'form-control border-form']) !!} @include('includes.form_fields_validation_message', ['name' => 'agreement_status'])
{!! Form::label('agreement', 'Agreement Info', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::textarea('agreement', null, ["placeholder" => "", "class" => "form-control border-form summernote"]) !!} @include('includes.form_fields_validation_message', ['name' => 'agreement'])