@notify_css
{{ __('Welcome To Setup Wizard - Basic Site Setting') }}
@csrf
{{ __('Site Setting') }}
{{ __('Project Title') }}:
{{ __('Looks good!') }}
{{ __('Please enter project title.') }}
{{ __('Default Email') }}:
{{ __('Looks good!') }}
{{ __(' Please enter email.') }}
{{ __('Select Currency icon') }}:
{{ __('Please select currency icon.') }}
{{ __('Looks good!') }}
{{ __('Choose Default Currency') }}:
{{ __('Please choose') }}
@foreach(App\CurrencyList::all() as $currency)
{{ $currency->code.' ('.$currency->country.')' }}
@endforeach
{{ __('Please select default currency.') }}
{{ __('Looks good!') }}
{{ __('This cant be changed in future') }} !
{{ __('Choose Country') }}:
{{ __('Please choose country') }}
@foreach(App\Allcountry::all() as $country)
{{ $country->nicename}}
@endforeach
{{ __('Please select country.') }}
{{ __('Looks good!') }}
{{ __('Continue to Step 4') }}...
©{{ date('Y') }} | {{ __('emart Installer') }} v1.2 |
{{ __('Media City') }}
{{ __('Step 3') }}