create page growth report
This commit is contained in:
21
resources/views/report/growth-report/index.blade.php
Normal file
21
resources/views/report/growth-report/index.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
@extends('layouts.vertical', ['subtitle' => 'Laporan Pertumbuhan'])
|
||||
|
||||
@section('css')
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@include('layouts.partials/page-title', ['title' => 'Laporan', 'subtitle' => 'Laporan Pertumbuhan'])
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="row">
|
||||
<div id="chart-growth-report" data-url="{{ route('api.growth') }}"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@vite(['resources/js/report/growth-report/index.js'])
|
||||
@endsection
|
||||
Reference in New Issue
Block a user