@extends('layouts.app') @section('styles') @endsection @section('main-content') @include('layouts.account_banner',['title'=>"My Profile","image"=>asset('assets/img/profile_bg.jpg')])

Point Statistics

Total Current balance:

{{number_format($profile->Current_balance,2)}}

Blocked Points For
Submitted Auction Bids:

{{number_format($profile->Blocked_points,2)}}

Available Current Balance:

{{number_format( ($profile->Current_balance - $profile->Blocked_points),2)}}

Total Gained Points:

{{number_format($profile->Total_gained_points,2)}}

Total Redeemed:

{{number_format($profile->Total_redeem_points,2)}}

Profile Details


@endsection @section('scripts') @endsection