@inject('model', '\App\Domains\Product\Models\Product')
@extends('frontend.layouts.app')
@section('title', __('Login'))
@section('content')
{{ $model::where('stage', $model::STAGE_CREATED)->count() }} Products waiting to be Checked.
{{ $model::where('stage', $model::STAGE_APPROVED)->where('clear', 0)->count() }} products waiting for Review.
{{ \App\Models\batch::where('status', '=', 0)->count() }} Batches waiting for Approval.
@elseYou do not have permission to access this page.