{!! Form::label('image', __('Add Login Image') . ':') !!} {!! Form::file('login_image', ['id' => 'upload_image', 'accept' => 'image/*']) !!}

@lang('purchase.max_file_size', ['size' => config('constants.document_size_limit') / 1000000])
@lang('lang_v1.aspect_ratio_should_be_1_1')

{!! Form::label('image', __('Current Login Image') . ':') !!}
Product image