Profile Pictures

{!! Form::label('student_main_image', 'Student Profile Picture', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('student_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'student_main_image'])
@if (isset($data['row'])) @if ($data['row']->student_image) @endif @else Avatar @endif
{!! Form::label('student_signature_main_image', 'Student Signature', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('student_signature_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'student_signature_main_image'])
@if (isset($data['row'])) @if ($data['row']->student_signature) @endif @else Avatar @endif
{!! Form::label('father_main_image', 'Father Picture', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('father_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'father_main_image'])
@if (isset($data['row'])) @if ($data['row']->father_image) @endif @else Avatar @endif
{!! Form::label('mother_main_image', 'Mother Picture', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('mother_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'mother_main_image'])
@if (isset($data['row'])) @if ($data['row']->mother_image) @endif @else Avatar @endif
{!! Form::label('guardian_main_image', 'Guardian Picture', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('guardian_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'guardian_main_image'])
@if (isset($data['row'])) @if ($data['row']->guardian_image) @endif @else Avatar @endif