@extends('layouts.public') @section('content')
| Phone | {{ Auth::user()->phone ?? 'Not set' }} |
| Language | {{ Auth::user()->language ? (config('profile.languages')[Auth::user()->language] ?? Auth::user()->language) : (config('profile.languages')[app()->getLocale()] ?? app()->getLocale()) }} |
| Time zone | {{ Auth::user()->timezone ? (config('profile.timezones')[Auth::user()->timezone] ?? Auth::user()->timezone) : 'Not set' }} |
| Currency | {{ Auth::user()->currency ? (config('profile.currencies')[Auth::user()->currency] ?? Auth::user()->currency) : 'Not set' }} |
| Gender | {{ Auth::user()->gender == 1 ? 'Male' : 'Female' }} |
| Date of Birth | {{ Auth::user()->dob }} |
1 bonus = $1
@if(Auth::user()->address){{ Auth::user()->address }}
@endif
@if(Auth::user()->city){{ Auth::user()->city }},@endif
@if(Auth::user()->state) {{ Auth::user()->state }}@endif
@if(Auth::user()->zip) {{ Auth::user()->zip }}@endif
@if(Auth::user()->country){{ Auth::user()->country }}@endif
No address set
@endifNo payment methods added yet.
No orders yet.