@extends($active_theme) @section('title') {{__('user.Profile edit')}} @endsection @section('frontend-content')

{{__('user.Edit Your Profile')}}

@csrf
{{__('user.Name')}}*
{{__('user.Designation')}}*
{{__('user.Phone')}}*
{{__('user.Country')}}
{{__('user.State')}}
{{__('user.Town/City')}}
{{__('user.Address')}}*
{{__('user.Facebook')}}
{{__('user.Pinterest')}}
{{__('user.Linkedin')}}
{{__('user.Dribbble')}}
{{__('user.Twitter')}}
{{__('user.About Me')}}*
{{__('user.My Skills')}}*
@csrf
@if ($user->image!=null) upload @elseif($user->provider=='google') upload @else upload @endif

{{__('user.Upload Your Image')}}

{{__('user.Choose a image PNG, JPEG, JPG')}}

{{__('user.Note')}}: {{__('user.Max File Size 2MB')}}

@endsection @push('frontend_js') @endpush