User Detail
Point Usage History
Full Name : {{ $user->name }}
Credentials : {{ $user->credentials }}
Email : {{ $user->email }}
Phone : {{ $user->phone }}
Joining Date {{ $user->created_at->format('d M Y') }}
Total Order {{ $user->order->count() }} order
Total Points {{ $user->point }} {{ $user->point > 1 ? 'point' : 'points' }}