@extends('layouts/contentNavbarLayout')
@section('title', 'Exports Promotion - Programme Details')
@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' => 'Exports Promotion', 'url' => route('exporters-development')],
['label' => 'Programme Details']
];
@endphp
@section('content')
{{-- Page header & breadcrumbs --}}
@include('layouts.partials.page-header', [
'title' => 'Programme Details',
'slot' => view('layouts.partials.breadcrumb', compact('breadcrumbs'))
])
@include ('layouts.partials.print-setup')
@section('page-script')
@vite('resources/assets/js/dashboards-analytics.js')
@endsection
| No | Division | Section | Unit | Activity Name | Activity Type | Programme Type | Start Date | End Date |
Total Sales Generated (RM) (Potential + Actual) |
Total Approved Participants |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key +1 }} | {{ $field->division }} | {{ $field->section }} | {{ $field->unit }} | {{ $field->activity_name }} | {{ $field->activity_type }} | {{ $field->programme_type }} | {{ $field->start_date }} | {{ $field->end_date }} | {{ $field->total_sales_generated }} | {{ $field->total_approved_participants }} |