{{ config('app.name') }}
{{ __('Download links for order number :order_id', ['order_id' => '5ZA1F3A5Z1F']) }}
{{ __('Hi there, please use the links below to download your items') }}
@foreach($items as $item)
{{ $item->name }}
@if($item->file)
{{ __('Main File') }}
@endif @if($item->license)
{{ __('License') }}
@endif @if($item->key)
{{ __('Key') }}
@endif
@endforeach
{{ __(':name © 2023 All right reserved', ['name' => config('app.name')]) }}