@extends('layouts.app') @section('content') Home My Profile @if(session('success')) {{ session('success') }} @endif @if($user->user_image) @else @endif {{ $user->name }} {{ $user->phone }} @if($user->phone_verified_at) Phone Verified @else Not Verified @endif Member Since {{ $user->created_at ? $user->created_at->format('d M Y') : '-' }} Account Overview My Profile Manage your personal details, orders, password and account activity. Full Name {{ $user->name }} Phone Number {{ $user->phone }} Email Address {{ $user->email ?? 'Not Added' }} Account Status @if($user->phone_verified_at) Verified Account @else Pending Verification @endif Edit Profile Change Password My Address @csrf Logout Quick Actions My Orders View your order history and details. Browse Products Explore medals, trophies and awards. Need Help? Contact support for assistance. @endsection
{{ $user->phone }}
Member Since
Manage your personal details, orders, password and account activity.
View your order history and details.
Explore medals, trophies and awards.
Contact support for assistance.