@component('mail::message') #{!! trans('notifications.inventory_bulk_upload_procceed_notice.greeting') !!} {!! trans('notifications.inventory_bulk_upload_procceed_notice.message', ['success' => $success, 'failed' => $failed]) !!}
@if($failed > 0)
###{!! trans('app.import_failed') !!}: @component('mail::table') | {{ trans('app.image') }} | {{ trans('app.sku') }} | {{ trans('app.title') }} | {{ trans('app.quantity') }} | {{ trans('app.reason') }} | | :------------- | :-------------: | :------------- | :-------------: | :-------- | @foreach($failed_list as $row) @php $image_links = explode(',', $row['data']['image_links']); @endphp | | {{ $row['data']['sku'] }} | {{ $row['data']['title'] }} | {{ $row['data']['stock_quantity'] }} | {{ $row['reason'] }} | @endforeach @endcomponent {{ trans('notifications.inventory_bulk_upload_procceed_notice.failed') }} @endif
@component('mail::button', ['url' => $url, 'color' => 'green']) {{ trans('notifications.inventory_bulk_upload_procceed_notice.button_text') }} @endcomponent {{ trans('messages.thanks') }},
{{ get_platform_title() }} @endcomponent