@notify_css
{{ __('Welcome To Setup Wizard - Store Setup') }}
@csrf
{{ __('Store Details') }}
{{ __('Store name') }}:
{{ __('Please enter store name.') }}
{{ __('Contact No') }}:
{{ __('Please enter contact no.') }}
{{ __('Contact Email') }}:
{{ __('Please enter contact email.') }}
{{ __('Store Address') }}:
{{ old('address') }}
{{ __('Please enter store address.') }}
{{ __('Pincode') }}:
{{ __('Please enter Pincode.') }}
{{ __('Store Logo') }}:
@error('storelogo')
{{ $message }}
@enderror
{{ __('Logo Preview') }}:
{{ __('Choose Country') }}:
{{ __('Choose Country') }}
@foreach(App\Allcountry::all() as $country)
{{ $country->nicename }}
@endforeach
{{ __('Choose State') }}:
{{ __('Please Choose') }}
{{ __('Choose City') }}:
{{ __('Please Choose') }}
{{ __('Finish') }}...
©{{ date('Y') }} |
{{ __('Media City') }}
{{ __('Final Phase') }}