@extends('layouts.admin.app') @section('title') Dashboard @stop @section('style') @endsection @section('main')

Incoming

{{$dailyTotal['incoming']}}

{{$dailyTotal['date']}}

Invoicer

{{$dailyTotal['invoicer']}}

{{$dailyTotal['date']}}

Label
Production

{{$dailyTotal['label-production']}}

{{$dailyTotal['date']}}

Warehouse

{{$dailyTotal['warehouse']}}

{{$dailyTotal['date']}}

Ship

{{$dailyTotal['ship']}}

{{$dailyTotal['date']}}

{{--

Tasks

--}} @if(Auth::user()->role_id == 2 || Auth::user()->role_id == 7) {!! Form::open(['method'=>'POST','action' => 'AdminMemosController@newMemoMultiple']) !!}
{!! Form::select('task_department_ids[]', $departmentPluck, null,['class'=>'form-control select2','multiple'=>'multiple', 'data-placeholder'=>'Choose Department(s)']) !!} @if ($errors->has('task_department_ids')) {{ $errors->first('task_department_ids') }} @endif
{!! Form::text('description', null, ['class'=>'form-control', 'placeholder' =>'Description']) !!} @if ($errors->has('description')) {{ $errors->first('description') }} @endif
{!! Form::close() !!} @endif
@if(Auth::user()->role_id != 6)
{{--

Inventory Status

--}}
Normal {{$count['normal']}}/{{$count['products']}}
{!! number_format($count['normal']/$count['products']*100, 2, '.', ','); !!} %
Low {{$count['low']}}/{{$count['products']}}
{!! number_format($count['low']/$count['products']*100, 2, '.', ','); !!} %
Hot {{$count['hot']}}/{{$count['products']}}
{!! number_format($count['hot']/$count['products']*100, 2, '.', ','); !!} %
{{--
--}} {{--
--}} {{--
--}} {{--

{{$count['kitchen-batch-order']}}

--}} {{--

KITCHEN BATCH ORDER

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--KITCHEN PROCESSING --}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{$count['quality-control']}}

--}} {{--

QUALITY CONTROL

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--QC PROCESSING --}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{$count['batch-coding']}}

--}} {{--

BATCH CODING

--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{----}} {{--CODING PROCESSING --}} {{----}} {{--
--}} {{--
--}}

{{$count['warehouse-inventory']}}

WAREHOUSE INVENTORY

TRANSFERRING TO INVENTORY

{{$count['request']}}

Inventory Requests

Inventory Requests

{{$count['inboxRead']}}/{{$count['inbox']}}

Unread Contact Requests

Contact Requests
@endif
@stop @section('footer') @stop