@section('title') Update In-Complete Application: {{ $application->type == \App\Models\Application::TYPE_SERVICE ? 'Service' : 'Products' }} @endsection @section('breadcrumbs') {{ __('Application Number: ' . $application->application_no) }} @endsection @include('pages.company.incomplete-application.partials.stepper', ['currentStep' => 2, 'type' => $application->type])

{{ __('Summary : ') }}

{{ ucfirst($application->type) }} Details

{{ $application->product_group?->parent?->parent?->name }}
{{ $application->product_group?->parent?->name }}
{{ $application->product_group->name }}

List of {{ $application->type == \App\Models\Application::TYPE_SERVICE ? 'Service' : 'Products' }}

No. {{ ucfirst($application->type) }} Name @if ($application->type == \App\Models\Application::TYPE_PRODUCT) Brand Model @endif Actions


@if ($application->type == \App\Models\Application::TYPE_SERVICE && $application->items->count() == 0) Add Service @elseif ($application->type == \App\Models\Application::TYPE_PRODUCT && $application->items->count() < 50) {{-- Only show the button if the application type is product and the count is less than 50 --}} {{-- If the application type is service, show the add service button --}} Add Product @endif
@if ($application->items->count() > 0)
Back
@csrf
@endif
@if ($application->type == \App\Models\Application::TYPE_PRODUCT)

*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.

@endif
@push('scripts') @endpush