@extends('layouts.main') @section('content')
PROFILE
MY PROFILE
Hi {{ucwords(Auth::user()->firstname)}},

Member ID: {{Auth::user()->member_id}}

Current Balance:

{{ number_format( Auth::user()->currency->rate * (isset(Auth::user()->point->point) ? Auth::user()->point->point : 0 ) ) }}

{{Auth::user()->currency->currency}}

View My Statement  

{{csrf_field()}}

Edit Profile

You can view and edit your biodata here

Security

Manage your security and privacy settings here.

Update your password

Ensure you know your current password before attemption to change to a new password

@endsection