@extends('admin.layouts.sellermastersoyuz') @section('title', 'Edit Profile | ') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('staticwords.EditProfile') }} @endslot @slot('menu1') {{ __('staticwords.EditProfile') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('staticwords.EditArtistProfile') }}
@csrf
Currency code must be a valid ISO-3 code. Find your currency ISO3 code here

{{ __('staticwords.Upload') }}
@error('address') {{ $message }} @enderror

{{ __('staticwords.PaymentDetails') }}

{{ __('staticwords.YourPreferedMethodAtTimeOfPayout') }}

@error('preferd') {{ $message }} @enderror
{{$errors->first('account')}}
{{$errors->first('bank_name')}}
{{$errors->first('bank_name')}}
{{$errors->first('ifsc')}}
{{$errors->first('branch')}}

*

({{ __('staticwords.Max 1500 characters allowed') }})

({{ __('staticwords.Max 1500 characters allowed') }})

@if(Auth::user()->image !="") @if(file_exists(public_path().'/images/user/'.Auth::user()->image)) User Image @else User Image @endif @else @endif
{{ Auth::user()->name }}

{{ Auth::user()->store->name }}

@if(auth()->user()->country) {{ auth()->user()->city ? auth()->user()->city->name.', ' : '' }} {{ auth()->user()->state ? auth()->user()->state->name.', ' : '' }} {{ auth()->user()->country->nicename }} @else {{__("Location not updated")}} @endif

Seller

@endsection @section('custom-script')