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

Hi, {{auth()->user()->full_name}}

Take a look your overview Today {{ now()->format('M d, Y') }}

Points Earned

120

₦2,6500

My Uploads

120

13% Impressions

My Purchase

{{$purchaseCount}}

₦{{$purchaseTotal}}
{{$currentTier}}

Current Tier

{{$currentTier}}

{{$nextTier}}
{{$nextTier}}

Updates

View all
Prompt Title

Some text form short call to action for the user to read and take some actions.

View
Prompt Title

Some text form short call to action for the user to read and take some actions.

View
TIMEX banner

Active Campaign

View all
📢

Campaign Title

Some text form short call to action for the user to read and take some actions.

📢

Campaign Title

Some text form short call to action for the user to read and take some actions.

Products just for

@forelse($recentProducts as $product)
{{ $product->name }}

{{ $product->name }}

₦{{ number_format($product->price, 2) }}

@empty
No recent purchases found.
@endforelse
@endsection