@extends('layouts.app') @section('title', 'Account Setup') @section('content') @php $countries = App\Models\Country::all(); $currencies = App\Models\Currency::all(); @endphp
Select Country & Wallet Currency
Select your country of residence and your prefferedwallet currency. You won't be able to change your
wallet currency once your account has been opened.
{{ csrf_field() }}
@error('country_id') @enderror
@error('currency_id') @enderror
@endsection