Aggiungi utente
Aggiungi fornitore
Aggiungi entrata
Aggiungi uscita
Utenti Totali
{{$activeUsers}}
0 ? 'class=more' : 'class=less'}}>{{$activeUsers}} dal mese scorso
Tesserati
{{$registeredUsers}}
0 ? 'class=more' : 'class=less'}}>{{$registeredUsers}} dal mese scorso
Certificati scaduti
{{$expiredCertificates}}
0 ? 'class=more' : 'class=less'}}>{{$expiredCertificates}} dal mese scorso
Abbonamenti sospesi
{{$suspendedSubscriptions}}
0 ? 'class=more' : 'class=less'}}>{{$suspendedSubscriptions}} dal mese scorso
Corsi
@if(count($courses) > 0)
@foreach($courses as $course) @php $course_time = trim(str_replace(" - ", "\n", $course['time'])); @endphp
{{$course_time}}
{{$course['full_name'] ?? $course['course_name']}}
{{$course['days']}}
@endforeach
@else
Nessun corso programmato per oggi
Oggi è: {{$dayName ?? 'N/A'}}
@endif
{{-- campi e sale --}} {{--
--}} {{--
Campi e sale
--}} {{--
--}} {{-- grafico --}} {{--
--}}
To do
{{--
{{date('d/m/Y')}}
--}} @if(count($savedNotes) > 0)
@foreach($savedNotes as $note)
{{$note['text']}}
{{$note['created_at']}}
@endforeach
@else
Nessuna nota salvata
@endif
Corsi con più iscritti
@if(count($coursesParticipation) > 0)
@foreach($coursesParticipation as $course)
{{$course['course_name']}} {{-- {{$course['participants']}} partecipanti --}}
@endforeach
@else
Nessun corso con partecipazioni
@endif
Ultimi utenti registrati
@if(count($recentUsers) > 0) @foreach($recentUsers as $user) @endforeach
Cognome Nome Telefono Email
{{$user['surname']}} {{$user['name']}} {{$user['phone']}} {{$user['email']}}
@else
Nessun utente registrato di recente
@endif
@php $current_month = now()->locale('it-IT')->translatedFormat("M Y"); @endphp
{{--
Da incassare
{{$current_month}}
{{number_format($toPay, 2, ",", ".")}}
--}}
Incassato
{{$current_month}}
{{number_format($received, 2, ",", ".")}}
Pagato
{{$current_month}}
{{number_format($paid, 2, ",", ".")}}
{{--
Da pagare
{{$current_month}}
--}}
Da pagare
 
{{number_format($toPay, 2, ",", ".")}}
Ultimi movimenti finanziari
@if(count($recentTransactions) > 0)
@foreach($recentTransactions as $transaction)
{{$transaction['name']}}
€ {{number_format($transaction['amount'], 2)}}
{{$transaction['type']}}
@endforeach
@else
Nessun movimento finanziario recente
@endif
@push('scripts') @endpush