@extends('layouts.app') @section('content')
{{ __('Unpaid amount') }}
{{ auth()->user()->currency . $user_due }}
{{ __('Profit last month') }}
{{ auth()->user()->currency . $reseller_profit_last_month }}
{{ __('Profit this year') }}
{{ auth()->user()->currency . $reseller_profit_this_year }}