{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')

{{ __("Dashboard") }}

@foreach ($stats as $stat=>$count) @component('admin.components.dashboard_count_box', [ 'stats' => number_format($count), 'text' => __(Str::ucfirst($stat)), 'type' => $box_types[rand(0,6)], ]); @endcomponent @endforeach
{{ __("Haftalık Trend") }}
{{ __("Tespit Sayısı") }}
{{ $weekly['determinations'] }}
{{ __("Kullanıcı Sayısı") }}
{{ $weekly['users'] }}
{{ __("Yorum Sayısı") }}
{{ $weekly['comments'] }}
{{ __("Güncellenen Tür Sayısı") }}
{{ $weekly['species'] }}
{{--
User Country Usage Payment Method Activity
user@email.com
Yiorgos Avraamu
New | Registered: Jan 1, 2015
50%
Jun 11, 2015 - Jul 10, 2015
Last login
10 sec ago
user@email.com
Avram Tarasios
Recurring | Registered: Jan 1, 2015
10%
Jun 11, 2015 - Jul 10, 2015
Last login
5 minutes ago
user@email.com
Quintin Ed
New | Registered: Jan 1, 2015
74%
Jun 11, 2015 - Jul 10, 2015
Last login
1 hour ago
user@email.com
Enéas Kwadwo
New | Registered: Jan 1, 2015
98%
Jun 11, 2015 - Jul 10, 2015
Last login
Last month
user@email.com
Agapetus Tadeáš
New | Registered: Jan 1, 2015
22%
Jun 11, 2015 - Jul 10, 2015
Last login
Last week
user@email.com
Friderik Dávid
New | Registered: Jan 1, 2015
43%
Jun 11, 2015 - Jul 10, 2015
Last login
Yesterday
--}} @component('admin.components.user_index',['users'=>$users]) @endcomponent
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection