Banner SISFAC (v.1.0)
  • {{$count_stk}}
    • {{$count_stk}} Alertas de Stock
    • @if(auth()->user()->profile_id==1)
      • @foreach($stock_product as $idx => $prod)
      • @if($num_caracter>21) {{$descrip.'...'}} @else {{$prod['description_detail']}} @endif {{intval($prod['stock_available'])}}
      • @endforeach
    • Ver todas las alertas
    • @else
    • Usted no es administrador
    • @endif
  • {{$count_expire}}
    • {{$count_expire}} Productos Por Vencer
    • @if(auth()->user()->profile_id==1)
      • @foreach($product_expire as $idx => $prod)
      • @if($num_caracter>21) {{$descrip.'...'}} @else {{$prod['description_detail']}} @endif {{intval($prod['stock_available'])}}
         Vencimiento: {{$prod['expiration_date']}}
      • @endforeach
    • Ver todas las alertas
    • @else
    • Usted no es administrador
    • @endif
  • {{$count_payment}}
    • {{$count_payment}} Alerta de Pagos Vencidos
    • @if(auth()->user()->profile_id==1)
      • @foreach($purchase_payment as $idx => $purch)
      • Alex's Avatar {{$purch['provider_name']}} N°: {{$purch['document_number']}} @foreach($purch['detail'] as $det) {{$conc.$det['quantityum'].' '.$det['description_detail']}} @endforeach Fecha a Pagar: {{$purch['date_payment']}} Debe: S/. {{$purch['sum_debt']}}
      • @endforeach
    • Ver todas las alertas
    • @else
    • Usted no es administrador
    • @endif
  • Jason's Photo
    • Backup
    • Cerrar Session