Gold Price Updated
{{ ucfirst($executionType) }} Update Complete
|
|
{{ now()->format('F j, Y') }} • {{ now()->format('g:i A T') }}
|
|
Current Gold Price
${{ number_format($goldPrice, 2) }}
per troy ounce
|
@if (count($collections) > 0)
Update Summary
@foreach ($collections as $collection)
{{ $collection['name'] }}
|
@if ($collection['has_errors'])
Errors
@else
Success
@endif
|
|
|
Products Processed: |
{{ $collection['products_processed'] }} |
|
@if ($collection['price_10k'])
10K Gold
|
Price: ${{ number_format($collection['price_10k'], 2) }}
/gr
|
|
Updated: {{ $collection['products_updated_10k'] }}
products
|
@if ($collection['errors_10k'] > 0)
|
{{ $collection['errors_10k'] }} error(s)
|
@endif
|
@endif
@if ($collection['price_14k'])
14K Gold
|
Price: ${{ number_format($collection['price_14k'], 2) }}
/gr
|
|
Updated: {{ $collection['products_updated_14k'] }}
products
|
@if ($collection['errors_14k'] > 0)
|
{{ $collection['errors_14k'] }}
error(s)
|
@endif
|
@endif
|
@endforeach
@else
|
No collections were
processed.
|
@endif
|
Thank you for using our automated gold price management system
{{ config('app.name') }} • {{ now()->year }}
|
|
|
This is an automated notification • Please do not reply to this email
|
|