@component('mail::message') {{ trans('notifications.order_created.greeting', ['customer' => $order->customer->getName()]) }} {{ trans('notifications.order_created.message', ['order' => $order->order_number]) }}
@if($order->is_digital)

@lang('messages.download_link_of_digital_product')

@foreach($order->inventories as $item) @foreach ($item->attachments as $attachment) {!! $item->title !!}
@endforeach @endforeach @endif
@component('mail::button', ['url' => $url, 'color' => 'blue']) {{ trans('notifications.order_created.button_text') }} @endcomponent @include('admin.mail.order._order_detail_panel', ['order_detail' => $order]) {{ trans('messages.thanks') }},
{{ $order->shop->name . ', ' . get_platform_title() }} @endcomponent