@extends($activeTemplate . 'layouts.frontend') @section('content') {{ __($pageTitle) }} @csrf @if (!$user->email) @lang('First Name') @lang('Last Name') @lang('E-Mail Address') @endif @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('script') @endpush