@extends('layouts.app') @section('wrapper')
{{ number_format($stats['current_balance'], 2) }} {{ app('settings')['currency'] ?? '₺' }}

{{__('Current Balance')}}

{{ number_format($stats['total_earnings'], 2) }} {{ app('settings')['currency'] ?? '₺' }}

{{__('Total Earnings')}}

{{ number_format($stats['monthly_earnings'], 2) }} {{ app('settings')['currency'] ?? '₺' }}

{{__('This Month')}}

{{ number_format($stats['completed_tasks']) }}

{{__('Completed Tasks')}}

{{__('Weekly Earnings')}}

{{ number_format($stats['weekly_earnings'], 2) }} {{ app('settings')['currency'] ?? '₺' }}


{{__('Daily Earnings')}}

{{ number_format($stats['daily_earnings'], 2) }} {{ app('settings')['currency'] ?? '₺' }}

{{__('Weekly Earnings')}}
{{__('Earnings by Type')}}
{{__('Monthly Earnings Trend')}}
{{__('Recent Earnings')}}
{{__('Date')}} {{__('Task')}} {{__('Type')}} {{__('Amount')}} {{__('Description')}}
@endsection