@extends('user_layout') @section('content')

Dashboard

Total Earning {{number_format(total_earning(),2)}}
Last Month Earning {{number_format(last_month_earning(),2)}}
Current Month Earning {{number_format(current_month_earning(),2)}}
Wallet Balance {{number_format(wallet_balance(),2)}}
Total Shared {{total_shared()}}
@include('layouts.scripts') @endsection