@extends('layout.default') @section('title', $L('Stock overview')) @section('activeNav', 'stockoverview') @section('viewJsName', 'stockoverview') @section('content')
{{ $L('#1 products expiring within the next #2 days', $countExpiringNextXDays, $nextXDays) }}
{{ $L('#1 products are already expired', $countAlreadyExpired) }}
{{ $L('#1 products are below defined min. stock amount', count($missingProducts)) }}