@if ($type == 'Regular License' && $status)
{{ __('Extended License is required in order to have access to these features') }}
@else
{{ __('Finance') }}
{{ __('Total Revenue') }}: {{ $monthly_report['revenue'] }}
{{ __('Total Services Cost') }}: ${{ $monthly_report['cost'] }}
{{ __('Total New Subscribers') }}: {{ $monthly_report['subscribers'] }}
{{ __('Top Plan Sold') }}: {{ $monthly_report['plan'] }}
{{ __('Total Referral Earnings') }}: {{ $monthly_report['referrals'] }}
{{ __('Total Requested Referral Payouts') }}: {{ $monthly_report['payouts'] }}
{{ __('Top Payment Gateway Used') }}: {{ $monthly_report['gateway'] }}
{{ __('Users') }}
{{ __('Total New Registrations') }}: {{ $monthly_report['users'] }}
{{ __('Total Account Terminations') }}: 0
{{ __('Top Registration Country') }}: {{ $monthly_report['country'] }}
{{ __('AI Credits') }}
{{ __('GPT 4o Credits Used') }}: {{ $monthly_report['gpt_4o'] }}
{{ __('GPT 4o mini Credits Used') }}: {{ $monthly_report['gpt_4o_mini'] }}
{{ __('GPT 4 Credits Used') }}: {{ $monthly_report['gpt_4'] }}
{{ __('GPT 4 Turbo Credits Used') }}: {{ $monthly_report['gpt_4t'] }}
{{ __('GPT 3.5 Turbo Credits Used') }}: {{ $monthly_report['gpt_3t'] }}
{{ __('Claude 3 Opus Credits Used') }}: {{ $monthly_report['opus'] }}
{{ __('Claude 3.5 Sonnet Credits Used') }}: {{ $monthly_report['sonnet'] }}
{{ __('Claude 3 Haiku Credits Used') }}: {{ $monthly_report['haiku'] }}
{{ __('Gemini Pro Credits Used') }}: {{ $monthly_report['gemini'] }}
@endif
@endsection
@section('js')
@endsection