@extends('layouts/contentNavbarLayout')
@section('title', 'Exporters Development - Programme Details')
@php
$breadcrumbs = [
['label' => 'Dashboard', 'url' => route('dashboard-analytics')],
['label' => '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 | Date | Programme | No of Participant | Unit Remarks | PMU Remarks |
|---|---|---|---|---|---|---|---|---|
| {{ $key +1 }} | {{ $field->division }} | {{ $field->section }} | {{ $field->unit }} | {{ $field->date }} | {{ $field->programme }} | {{ $field->no_of_participants }} | {{ $field->unit_remarks }} | {{ $field->pmu_remarks }} |