@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