@props(['product' => new \App\Models\Product()])

A. General Information

General Product Information

Drop files here or click to upload.

Upload file
(Support JPEG/JPG/PNG format only, with Maximum size of 2MB per image)
@php $oldImages = old('image', []); $storedImages = $product->attachments->where('type', 'image')->pluck('path')->toArray(); $imagePaths = array_unique(!empty($oldImages) ? $oldImages : $storedImages); @endphp @if (!empty($imagePaths)) @foreach ($imagePaths as $image) @endforeach @endif
@error('image') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('brand') {{ $message }} @enderror
Commas are not allowed in the model field @error('model') {{ $message }} @enderror
mm x mm x mm
@error('dimension_w') {{ $message }} @enderror
inch
@error('display_size') {{ $message }} @enderror
pixel
@error('resolution') {{ $message }} @enderror
kg
@error('weight') {{ $message }} @enderror
MaH/WH
@error('battery_capacity') {{ $message }} @enderror
No file selected
(Support PDF format only with max size of 10MB) @error('brochure') {{ $message }} @enderror

Manufacturer / Seller Information

Ownership

Manufacturer


@error('mfr_country') {{ $message }} @enderror
@error('mfr_office') {{ $message }} @enderror
@error('mfr_website') {{ $message }} @enderror
@error('mfr_phone_no') {{ $message }} @enderror
@error('mfr_email') {{ $message }} @enderror
@if ($application->product_ownership == \App\Models\Application::PO_RESELLER)

Distributor/Trader


@error('distr_name') {{ $message }} @enderror
@error('distr_country') {{ $message }} @enderror
@error('distr_office') {{ $message }} @enderror
@error('distr_website') {{ $message }} @enderror
@error('distr_phone_no') {{ $message }} @enderror
@error('distr_email') {{ $message }} @enderror
@if ($authorizationLetter = $application->attachments->firstWhere('type', 'authorization_letter'))
@endif
distr_malaysia) == 1)>
distr_malaysia) == 0)>
distr_bumiputera) == 1)>
distr_bumiputera) == 0)>
distr_e_perolehan) == 1)>
distr_e_perolehan) == 0)>
@endif

Recommended Retail Price (RRP) (Optional)

@error('recommended_rrp') {{ $message }} @enderror