My Profile Details
Since {{date(Auth::user()->created_at)}}
{{Auth::user()->name}}
{{ucfirst(Auth::user()->name)}}
{{Auth::user()->email}}
{{ucfirst(Auth::user()->gender)}}
{{Auth::user()->phone}}
{{Auth::user()->bdate}}
{{ Auth::user()->city }}
{{date('Y-m-d',strtotime(Auth::user()->created_at))}}
{{ Auth::user()->address }}