@extends($activeTemplate . 'layouts.frontend') @section('content') @csrf @lang('Complete your profile') @lang('You need to complete your profile by providing below information.') @lang('Username') @lang('Country') @foreach ($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Mobile') @lang('Address') @lang('State') @lang('Zip Code') @lang('City') @lang('Submit') @endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush
@lang('You need to complete your profile by providing below information.')