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
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
Ownership
Manufacturer
@if ($application->product_ownership == \App\Models\Application::PO_RESELLER)
Distributor/Trader
@if ($authorizationLetter = $application->attachments->firstWhere('type', 'authorization_letter'))
@endif
@endif