Profile Pictures

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