@if(count($generateCombination) > 0)

{{ translate('file_upload') }}

@if($digitalProductType == 'ready_product') @endif @php $serial = 1; @endphp @foreach ($generateCombination as $combinationKey => $combination) @if($digitalProductType == 'ready_product') @endif @endforeach
{{ translate('SL') }} {{ translate('Product_Variation') }} {{ translate('Price') }} ({{ getCurrencySymbol(currencyCode: getCurrencyCode()) }}) {{ translate('SKU') }}
{{ translate('Upload_File') }}
{{ $serial++ }}
{{ translate('Uploading') }}
{{ $combination['file'] }} @if($combination['file']) @else @endif
@endif @if(count($generateCombination) <= 0) @if($digitalProductType == 'ready_product' && (!isset($request['extensions_type']) || count($request['extensions_type']) <= 0))

{{ translate('file_upload') }}

{{ translate('file_type') }}: {{ "jpg, jpeg, png, gif, zip, pdf" }}
@endif @endif