Profile Pictures

{!! Form::label('customer_main_image', 'Customer', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::file('customer_main_image', ["class" => "form-control border-form"]) !!} @include('includes.form_fields_validation_message', ['name' => 'customer_main_image'])
@if (isset($data['row'])) @if ($data['row']->customer_image) @endif @else Avatar @endif