@extends('layouts/contentNavbarLayout') @section('title', 'Dashboard - Analytics') @section('vendor-style') @vite('resources/assets/vendor/libs/apex-charts/apex-charts.scss') @endsection @section('vendor-script') @vite('resources/assets/vendor/libs/apex-charts/apexcharts.js') @endsection @section('page-script') @vite('resources/assets/js/dashboards-analytics.js') @endsection @php $breadcrumbs = [ ['label' => 'Dashboard', 'url' => route('dashboard-analytics')], ['label' => 'Exporters Development'] ]; @endphp @section('content') @include('layouts.partials.page-header', [ 'title' => 'Exporters Development', 'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs')) ])

@endsection