@extends('user.layouts.app') @section('content')

Hi, {{ Auth::user()->full_name }}

Take a look at your overview Today {{ date('M d, Y') }}

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

{{ Auth::user()->first_name }} {{ Auth::user()->last_name }}

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

{{--

Point Allocated

{{ Auth::user()->bonus_points ?? 0 }}

Money icon

Value Amount

₦{{ number_format(Auth::user()->value_amount ?? 0) }}

--}}
Tier icon

Current Tier

{{ Auth::user()->approvedTier->title ?? 'N/A' }}

@csrf
@endsection @push('style') @endpush @push('script') @endpush