@extends('layouts/contentNavbarLayout')
@section('title', 'Export 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'],
['label' => 'Export Sales (RM)']
];
@endphp
@section('content')
{{-- Page header & breadcrumbs --}}
@include('layouts.partials.page-header', [
'title' => 'Export Sales',
'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 | Activity Name | Activity Type | Programme Type | Sector | Start Date | End Date | Total Approved Malaysian Companies | Total Sales Generated (RM) (Potential + Actual) | No.of Malaysian Companies with sales |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key +1 }} | {{ $field->division }} | {{ $field->section }} | {{ $field->activity_name }} | {{ $field->activity_type }} | {{ $field->programme_type }} | {{ $field->sector }} | {{ $field->start_date }} | {{ $field->end_date }} | {{ $field->total_approved_malaysian_companies }} | {{ $field->total_sales_generated }} | {{ $field->no_of_malaysian_companies_with_sales }} |