@extends('layouts.master') @section('title', 'Modernize Bootstrap Admin') @section('pageContent') @include('layouts.breadcrumb', ['title' => 'Billing', 'subtitle' => 'Tableau de bord']) @php $nbNumbers = 1; $nbPackages = 3; // (forfaits) $nbApps = 2; @endphp
user1
3 unread messages

{{ auth()->user()->full_name }}

{{ $user->company_name }}
{{ __('account_billing.billing.overview.title') }}
Juillet 2025

{{ number_format($totalSubscriptions, 2, '.', '') }}€

{{ __('account_billing.billing.overview.subscriptions.title') }}

{{ number_format($totalUsage, 2, '.', '') }}€

{{ __('account_billing.billing.overview.usage.title') }}

{{ number_format($totalApps, 2, '.', '') }}€

Apps

{{ __('account_billing.billing.overview.invoices.title') }}

{{ __('account_billing.billing.overview.invoices.subtitle') }}

@if ($lastInvoices->isEmpty())
{{ __('account_billing.billing.overview.invoices.no_result') }}
@else
@foreach ($lastInvoices as $lastInvoice)
modernize-img
{{ $lastInvoice->pennylane_invoice_number }}

{{ __('account_billing.billing.overview.invoices.type') }}

{{ number_format($lastInvoice->total_amount, 2, '.', '') }}€
@endforeach
@endif {{ __('account_billing.billing.overview.invoices.button') }}

{{ __('account_billing.billing.overview.subscriptions.title') }}

{{ __('account_billing.billing.overview.subscriptions.subtitle') }}

@foreach ($listSubscriptionsByCateg as $subscriptionsByCateg)
modernize-img
{{ $subscriptionsByCateg['description'] }}

{{ $subscriptionsByCateg['count_subscription'] }}

{{ number_format($subscriptionsByCateg['amount'], 2, '.', '') }}€
@endforeach
(a enlever)
modernize-img
{{ __('account_billing.billing.overview.type.numbers') }}

{{ trans_choice('account_billing.billing.overview.type.details.numbers', $nbNumbers) }}

1.00€
modernize-img
{{ __('account_billing.billing.overview.type.centrex') }}

{{ trans_choice('account_billing.billing.overview.type.details.package', $nbPackages) }}

42.90€
modernize-img
{{ __('account_billing.billing.overview.type.apps') }}

{{ trans_choice('account_billing.billing.overview.type.details.apps', $nbApps) }}

10.00€
modernize-img
Refund

Bill payment

-$32
Voir tous mes abonnements

{{ __('account_billing.billing.overview.usage.title') }}

{{ __('account_billing.billing.overview.usage.subtitle') }}

modernize-img
Appels entrants

1 numéro(s)

{{ number_format($totalConsoMt, 2, '.', '') }}€
modernize-img
Appels sortants

3 forfait(s)

{{ number_format($totalConsoMo, 2, '.', '') }}€
modernize-img
{{ __('account_billing.billing.overview.type.apps') }}

1 app(s)

{{ number_format($totalConsoApp, 2, '.', '') }}€
Voir toutes mes consommations

Moyens de paiement

{{ __('account_billing.billing.overview.invoices.subtitle') }}

modernize-img
F2789739

Rechargement

1.00€
modernize-img
F2789739

Rechargement

42.90€
modernize-img
F2789739

Rechargement

10.00€
modernize-img
F2789739

Rechargement

32.00€
@endsection @section('scripts') @endsection