@extends('backend.master') @push('styles') @endpush @section('mainContent') @include("backend.partials.alertMessage") {{__('common.My Profile')}} {{__('common.Profile Settings')}} @csrf {{__('common.Name')}} * first('name') ? 'autofocus' : ''}}> {{__('common.Role')}} {{__('common.Email')}} * first('email') ? 'autofocus' : ''}}> {{__('common.Phone')}} {{__('common.Country')}} @foreach ($countries as $country) country==$country->id) selected @endif>{{@$country->name}} @endforeach {{__('common.State')}} {{__('common.Select')}} {{__('common.State')}} @foreach ($states as $state) state==$state->id) selected @endif>{{@$state->name}} @endforeach {{__('common.City')}} {{__('common.Select')}} {{__('common.City')}} @foreach ($cities as $city) city==$city->id) selected @endif>{{@$city->name}} @endforeach {{__('common.Zip Code')}} {{__('common.Currency')}} {{__('common.Select')}} Currency @foreach ($currencies as $currency) currency_id==$currency->id) selected @endif>{{@$currency->name}} @endforeach {{__('common.Language')}} {{__('common.Select')}} {{__('passwords.Language')}} @foreach ($languages as $language) language_id==$language->id) selected @endif>{{@$language->native}} @endforeach {{__('common.Facebook URL')}} {{__('common.Twitter URL')}} {{__('common.LinkedIn URL')}} {{__('common.Instagram URL')}} {{__('common.Short Description')}} {{__('common.Description')}} {!!@$user->about!!} {{__('common.Browse')}} {{__('common.Avatar')}} {{__('common.Browse')}} @auth() @if(\Illuminate\Support\Facades\Auth::user()->role_id==1) {{__('common.Subscription Method')}} {{__('common.None')}} subscription_method=="Mailchimp") selected @endif>{{__('newsletter.Mailchimp')}} subscription_method=="GetResponse") selected @endif >{{__('newsletter.GetResponse')}} {{__('common.Subscription Api Key')}} ({{$user->subscription_api_status==1?'Connected':'Not Connected'}} ) @endif @endauth {{__('common.Save')}} {{__('common.Change')}} {{__('common.Password')}} @csrf {{__('common.Current')}} {{__('common.Password')}} * first('current_password') ? 'autofocus' : ''}} placeholder="{{__('common.Current')}} {{__('common.Password')}}" id="password-field" type="password"> {{__('common.New')}} {{__('common.Password')}} * ({{__('common.Minimum 8 characters')}}) first('new_password') ? 'autofocus' : ''}}> {{__('common.Re-Type Password')}} * first('confirm_password') ? 'autofocus' : ''}} id="password-field3" placeholder="{{__('common.Re-Type Password')}}" type="password"> {{__('common.Update')}} @include('backend.partials.delete_modal') @endsection @push('scripts') @endpush