{{ __('Download product ":name" with external links', ['name' => $orderProduct->product_name]) }}

{{ __('You can now download it by clicking the links below') }}

    @foreach ($externalProductFiles as $productFile)
  1. {{ $productFile->file_name ?: $productFile->url }}
  2. @endforeach