General Product Information


{{ $product->name }}
{{ $product->brand }}
{{ $product->model }}
{{ "{$product->dimension_w}mm x {$product->dimension_l}mm x {$product->dimension_h}mm" }}
{{ $product->display_size }} inch
{{ $product->resolution }} pixel
{{ $product->weight }} kg
{{ $product->battery_capacity }} MaH/WH
@if ($productBrochure = $product->attachments->firstWhere('type', 'brochure'))
@endif @if ($product->sales_channel)

URL:
@if ($product->sales_channel == 1) {{ $product->online_url }} @else - @endif

Retailer:
@if ($product->sales_channel == 2) {{ $product->retailer_name }}
{{ $product->retailer_location }} @else - @endif

Direct Phone Number:
@if ($product->sales_channel == 3) {{ formatPhoneNumber($product->direct_phone_no) ?? '-' }} @else - @endif

@endif

Manufacturer / Seller Information


Ownership

Manufacturer

{{ $product->mfr_country }}
{{ $product->mfr_office }}
{{ $product->mfr_country }}
{{ $product->mfr_country }}
{{ $product->mfr_country }}

@if ($application->product_ownership == \App\Models\Application::PO_RESELLER)

Distributor/Trader

{{ $product->distr_name }}
{{ $product->distr_country }}
{{ $product->distr_office }}
{{ $product->distr_website }}
{{ formatPhoneNumber($product->distr_phone_no) ?? '-' }}
{{ $product->distr_email }}
@if ($authorizationLetter = $application->attachments->firstWhere('type', \App\Models\ApplicationAttachment::TYPE_AUTHORIZATION))
@endif
{{ $product->distr_malaysia ? 'Yes' : 'No' }}
{{ $product->distr_bumiputera ? 'Yes' : 'No' }}
{{ $product->distr_e_perolehan ? 'Yes' : 'No' }}

@endif @if ($product->recommended_rrp)

Recommended Retail Price (RRP)


{{ $product->recommended_rrp }}

@endif