@extends("layout") @section("content")

VL / EID Stock Levels



Abbott Equipment Stock status


{{ $count = VLStockstatus::whereIn('id', array(58,33,34,35,36,37,38,39,70,65,68,43,44,45,50,47,48))->count()}}

TOTAL No. OF ITEMS

@foreach($abbott as $key=>$value) @if($value->available() == 0 || $value->available() == "") {{count($value)}} @endif @endforeach

ZERO STOCK

@foreach($abbott as $value) @if($value->available() >= 1 && $value->available() <= 100) {{count($value)}} @endif @endforeach

LOW STOCK
Abbott Equipment Stock Level Summary
@foreach($abbott as $value) @if($value->available() == 0 || $value->available() == "") @elseif($value->available() <= 100) @else @endif @endforeach
# Item Description Stock On Hand Total Pipeline Months Of Stock AMC # Of Tests
{{ $row }} {{ $value->name}}{{ $value->available() }}{{ $value->available() }}{{ $value->available() }}{{ $value->pipeline() }} {{$value->mos()}} months {{$value->amc()}} {{ROUND ($value->available()/2)}} tests

Roche / Cobas 8800


{{ $count = VLStockstatus::whereIn('id', array(19,20,21,22,23,24,25,26,27,28,365,30,31))->count()}}

TOTAL No. OF ITEMS

02

ZERO STOCK

04

LOW STOCK
Roche / Cobas 8800
@foreach($roche8800 as $value) @if($value->available() == 0 || $value->available() == "") @elseif($value->available() <= 100) @else @endif @endforeach
# Item Description Stock On Hand Total Pipeline Months Of Stock AMC # Of Tests
{{ $row }} {{ $value->name}}{{ $value->available() }}{{ $value->available() }}{{ $value->available() }}{{ $value->pipeline() }} {{$value->mos()}} months {{$value->amc()}} {{ROUND ($value->available()/2)}} tests

Cobas Taqman CAP/CTM-EID


0{{ $count = VLStockstatus::whereIn('id', array(140,13,319,61,64,73,63,10,11))->count()}}

TOTAL No. OF ITEMS

02

ZERO STOCK

04

LOW STOCK
Cobas Taqman CAP/CTM-EID
@foreach($taqmaneid as $value) @if($value->available() == 0 || $value->available() == "") @elseif($value->available() <= 100) @else @endif @endforeach
# Item Description Stock On Hand Total Pipeline Months Of Stock AMC # Of Tests
{{ $row }} {{ $value->name}}{{ $value->available() }}{{ $value->available() }}{{ $value->available() }}{{ $value->pipeline() }} {{$value->mos()}} months {{$value->amc()}} {{ROUND ($value->available()/2)}} tests

Cobas Taqman CAP/CTM-VL


07

TOTAL No. OF ITEMS

01

ZERO STOCK

00

LOW STOCK
Cobas Taqman CAP/CTM-VL
Cobas Taqman CAP/CTM-VL
@foreach($taqmanvl as $value) @if($value->available() == 0 || $value->available() == "") @elseif($value->available() <= 100) @else @endif @endforeach
# Item Description Stock On Hand Total Pipeline Months Of Stock AMC # Of Tests
{{ $row }} {{ $value->name}}{{ $value->available() }}{{ $value->available() }}{{ $value->available() }}{{ $value->pipeline() }} {{$value->mos()}} months {{$value->amc()}} {{ROUND ($value->available()/2)}} tests
@stop