@section('title') {{ config('app.name') }} | Dashboard @endsection @extends('admin.layouts.master') @section('content')

@lang('Aperçu')

Graphique
Inscriptions d'clients au cours des 30 derniers jours
{{ $users_registration['from'] }}
{{ $users_registration['to'] }}
Prestataires registration last month
{{ now()->subDays(30)->format('d M, Y') }}
{{ now()->format('d M, Y') }}
@endsection @push('js') @endpush