{{__('Personal Info')}}
{{__('Select Your Picture')}}
{{ __('Accepted Image Files') }}: JPEG, JPG, PNG
{{ __('Accepted Size') }}: 300 x 300 (1MB)
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if ($errors->has('about_me'))
{{ $errors->first('about_me') }}
@endif