@extends('layouts.user') @section('title', 'Dashboard - StarHela') @section('page-title', 'Home') @section('breadcrumb-current', 'Dashboard') @section('content')
@csrf

@if($todayRows > 4)

@endif {{ $langTexts['welcome_message'] ?? 'Welcome to StarHela!' }} CLICK HERE to get android app

Expense

{{ $expenses }}

{{ $langTexts['Total_Earnings'] ?? 'Total Earnings' }}

{{ $profit }}

{{ $langTexts['Balance'] ?? 'Balance' }}

{{ $balancetotal }} ALL TIME

42%

{{ $langTexts['Withdrawn'] ?? 'Withdrawn' }}

{{ $withdrawn }} ALL TIME

12%

{{ $langTexts['Referral_Earnings'] ?? 'Referral Earnings' }}

{{ $totalreferral }} ALL TIME

27%

{{ $langTexts['Agent_Bonus'] ?? 'Agent Bonus' }}

{{ $bonustotal }} ALL TIME

32.5%

INVITE LINK


{{ $langTexts['or_click'] ?? 'Or share via:' }}

TIMETABLE
@if($days->count() > 0) @foreach($days as $i => $day) @endforeach
IDNameDay 1Day 2Day 3
{{ $i + 1 }} {{ $day->name }} {{ $day->day1 }} {{ $day->day2 }} {{ $day->day3 }}
@else

0 results

@endif
USER DETAILS

  • Username{{ $user->username }}
  • Active Referrals{{ $totalRefered }}
  • Mobile{{ $user->mobile }}
  • Email{{ $user->email }}
@endsection