@extends('layouts.vertical', ['subtitle' => 'Laporan Pertumbuhan']) @section('css') @endsection @section('content') @include('layouts.partials/page-title', ['title' => 'Laporan', 'subtitle' => 'Laporan Pertumbuhan'])
@endsection @section('scripts') @vite(['resources/js/report/growth-report/index.js']) @endsection