@section('title') Register {{ ucfirst($application->type) }}: Products @endsection @section('hide_title', true) @include('pages.company.application.partials.stepper', ['currentStep' => 3, 'type' => $application->type])

Product Registration

This is the Product Registration tab, where you can view the total number of products you have registered or plan to register. This page allows you to add more products to your current application. To add product, click the Add Product button to proceed.

Application Number: {{ $application->application_no }}

List of Products

No. Product Name Actions


Add Product @if ($application->products->count() > 0)
Back
@csrf
@endif

*Number of product registrations per application is limited to 50.
If you need to register more than 50 products, you can submit the remaining products under a separate application.

@push('scripts') @endpush