@extends('layouts/contentNavbarLayout')
@section('title', 'Export Promotion - Companies Assisted')
@php
$breadcrumbs = [
['label' => 'Dashboard', 'url' => route('dashboard-analytics')],
['label' => 'Exporters Development'],
['label' => 'Companies Assisted']
];
@endphp
@section('content')
{{-- Page header & breadcrumbs --}}
@include('layouts.partials.page-header', [
'title' => 'Companies Assisted',
'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 | Programme | Name of Approved Participants (Companies) | Sector | Registration Number (ROC/ROB) |
|---|---|---|---|---|---|---|---|
| {{ $key +1 }} | {{ $field->division }} | {{ $field->section }} | {{ $field->unit }} | {{ $field->programme }} | {{ $field->name_of_approved_participants }} | {{ $field->sector }} | {{ $field->registration_number }} |