@component('mail::message') # Hey ## {{$user->name}} This is an email for low inventory items. @component('mail::table') | Item | SKU | Qty | Minimum Qty | | :----: | :----: | :----: | :-----------: | @foreach($low_inventory_items as $item) | {{$item['name']}} | {{$item['sku']}} | {{$item['qty']}} | {{$item['minimum_level']}} | @endforeach @endcomponent @component('mail::button', ['url' => 'http://127.0.0.1:8000/item/list', 'color' => 'primary']) View Inventory @endcomponent Thanks,
Shopzy Team @endcomponent