@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')
@if(auth()->user()->role_id != 10)

Dashboard Manage Sales and purchase Orders

POS Dashboard
@endif @if($showing === 1)
@if($accountpending > 0)

{{ $accountpending}} Account Pending

New Sales Order

@endif @if($warehousepending > 0)

{{ $warehousepending }} Warehouse Pending

New Sales Order

@endif @if($rtspendingcount > 0)

{{ $rtspendingcount}} Pending

Ready To Send

@endif @if($getoutpending > 0)

{{ $getoutpending}} Pending

Gate Out Pending

@endif @if($alldispetch > 0)

{{ $alldispetch}}

All Dispatch

@endif @if(auth()->user()->role_id === 1 ) @if($assestPo > 0)

{{ $assestPo}} Pending

Assest PO

@endif @if($assestInwardePo)

{{ $assestInwardePo}} Inward Pending

Assest Inward Pending

@endif @if($contentCount)

{{ $contentCount}} Pending

Content Approved Pending

@endif @if($updateCount > 0)

{{ $updateCount}} Pending

Article Approved Pending

@endif @if($autosalesorder > 0)

{{ $autosalesorder }}

Pos Sales Order Request

@endif @if($hsncount > 0)

{{ $hsncount}} Pending

HSN Approved Pending

@endif @if($PartyVendorcount > 0)

{{ $PartyVendorcount}} Pending

Party/Vendor Approved Pending

@endif @if($challanCount > 0 || auth()->user()->id === 1)

{{ $challanCount}} Challan Pending

Challan Approved Pending

@endif @if($locationcount > 0)

{{ $locationcount}} Pending

Location Approved Pending

@endif @if($fabricCount > 0)

{{ $fabricCount}} Pending

Fabric Approved Pending

@endif @if($sizeCount > 0)

{{ $sizeCount}} Pending

Size Approved Pending

@endif @if($colorFamilyCount > 0)

{{ $colorFamilyCount}} Pending

Color Families Approved Pending

@endif @if($colorsCount > 0)

{{ $colorsCount}} Pending

Colors Approved Pending

@endif @if($seasonnsCount > 0)

{{ $seasonnsCount}} Pending

Seasons Approved Pending

@endif @if($attributeCount > 0)

{{ $attributeCount}} Pending

Attribute Approved Pending

@endif @if($attributeValueCount > 0)

{{ $attributeValueCount}} Pending

Attribute Value Approved Pending

@endif @endif @if($allpurchaseOrder > 0 || auth()->user()->role_id === 23)

{{ $allpurchaseOrder}} Purchase Pending

New Purchase Order

@endif @if($manualbillcount > 0 || auth()->user()->id === 1)

{{ $manualbillcount}} Manual Pending

Manual Approved Pending

@endif {{-- @if($allpurchaseOrder_Supplier_no > 0)

{{ $allpurchaseOrder_Supplier_no}} Supplier Order No Approve Pending

Supplier Order No

@if($challanCount > 0)

{{ $challanCount}} Pending

Challan Approved Pending

@endif @endif --}}
@endif
@endsection @section('extraJs') @endsection