@extends($activeTemplate . 'layouts.frontend') @section('content') @php $user = auth()->user(); @endphp @lang('Complete your profile') @lang('You need to complete your profile by providing below information.') @csrf @lang('Username') @lang('Country') @foreach ($countries as $key => $country) country == old('country')) data-mobile_code="{{ $country->dial_code }}" value="{{ $country->country }}" data-code="{{ $key }}"> {{ __($country->country) }} @endforeach @lang('Mobile') @lang('Address') @lang('State') @lang('Zip Code') @lang('City') @lang('Submit') @endsection @push('style') @endpush @push('script') @endpush
@lang('You need to complete your profile by providing below information.')