⚠️ Alertas de Stock

{{ $totalAlertas }} productos requieren atención

@if($totalAlertas > 0) {{ $totalAlertas }} @endif
@forelse($alertas['agotados'] as $producto)

{{ $producto['producto'] }} ({{ $producto['presentacion'] }})

Agotado

@empty @if(empty($alertas['stock_bajo']))

Todo el stock está OK

@endif @endforelse @foreach($alertas['stock_bajo'] as $producto)

{{ $producto['producto'] }} ({{ $producto['presentacion'] }})

Stock: {{ $producto['stock_disponible'] }} un.

@endforeach