add graphs for stats
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Core.dashboard'),
|
||||
])
|
||||
])
|
||||
|
||||
@include('boilerplate::logs.style')
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="btn-group mb-3" role="group" aria-label="" class="d-none">
|
||||
<button type="button" class="btn btn-sm btn-secondary text-nowrap" data-id="day">jour</button>
|
||||
<button type="button" class="btn btn-sm btn-secondary text-nowrap" data-id="month">mois</button>
|
||||
@@ -23,16 +22,17 @@
|
||||
@include('Admin.Shop.Dashboard._partials.counter')
|
||||
</div>
|
||||
<div class="col-lg-9">
|
||||
@include('Admin.Shop.Dashboard._partials.report')
|
||||
@include('Admin.Shop.Dashboard._partials.report')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
@include('load.form.daterangepicker')
|
||||
|
||||
@push('js')
|
||||
@apexchartsScripts
|
||||
{!! $chart->script() !!}
|
||||
<script>
|
||||
initDaterangepicker();
|
||||
</script>
|
||||
@endpush
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user