Feat: Updating OrderPlaced Listeners to Decrement Stock, Creating Notifications

This commit is contained in:
2026-09-10 01:34:30 +03:00
parent 864c8b19aa
commit 99e55902ac
5 changed files with 148 additions and 2 deletions
@@ -0,0 +1,11 @@
<p>Hi,</p>
<p>Thanks for your order! Your order <strong>{{ $reference }}</strong> is confirmed.</p>
<ul>
@foreach ($lines as $line)
<li>{{ $line->quantity }} &times; {{ $line->description }} — {{ $line->total?->formatted }}</li>
@endforeach
</ul>
<p>Total: <strong>{{ $total }}</strong></p>