@extends('layouts.metronic') @section('content') @if ($errors->any())
@endif
Alerte
Lipsă hârtie în imprimantă @if (count($ALERT_NO_PAPER) > 0)
@foreach ($ALERT_NO_PAPER as $alert) @endforeach
@endif


Imprimantă blocată @if (count($ALERT_PRINTER_JAM) > 0)
@foreach ($ALERT_PRINTER_JAM as $alert) @endforeach
@endif


Container de documente plin @if (count($ALERT_BIN_FULL) > 0)
@foreach ($ALERT_BIN_FULL as $alert) @endforeach
@endif


Lipsă conexiune date @if (count($ALERT_NO_CONNECTION) > 0)
@foreach ($ALERT_NO_CONNECTION as $alert) @endforeach
@endif
@endsection @section('menuVariables') var menuItemName = "menuAlerts"; var submenuItemName = ""; @stop