{{ __('messages.dashboard') }}

{{ __('messages.requetes') }}

{{ __('messages.nombre_requetes') }} / {{ __('messages.mois') }}

{{ __('messages.captchas_soumis') }}

{{ $dataByDay }}

{{ __('messages.aujourdhui') }}

{{ __('messages.taux_reussite') }}

@if ($data['total_requests'] != 0) {{ number_format(($data['total_success_requests'] * 100) / $data['total_requests'], 2) }} % @endif

{{--

Lorem ipsum

100

6 Days ago.

--}}

{{ __('messages.balance') }}

@livewire('balance') €

{{--

{{ __('messages.service_résolution_CAPTCHA') }}

{{ __('messages.text1DBRD') }}


{{ __('messages.text2DBRD') }}

--}}
{{ __('messages.Factures Scraptcha') }}
@foreach ($scraptcha_invoices as $invoice)
{{ __('messages.alt_invoice') }}
{{-- {{ $invoice->lines->data[0]->description }} --}} INVOICE {{(new DateTime($invoice->date()))->format('d-m-Y') }} {{ __('messages.download') }}
{{-- I am facing some trouble with my viewport. When i start my --}}
{{$invoice->date()}}
@endforeach
@section('extra-js') @endsection