@extends('user_dashboard.layouts.app') @section('content') @push('css') @endpush
@include('user_dashboard.layouts.top_bar')
@include('user_dashboard.layouts.sidebar')

{{ $today_earning }}

Today's Earning
Click here to view detail(s)

{{ $last_week_earning}}

Last 7 Days Earning
Click here to view detail(s)

{{ $last_month_earning}}

Last 30 Days Earning
Click here to view detail(s)

{{Auth::guard('web')->user()->userDetail->total_commission}}

All Time Earning
Click here to view detail(s)

Last 7 Day Sales

@endsection