@extends('admin.layouts.master') @section('title', __('admin.stock')) @section('page_title', __('admin.stock')) @section('breadcrumbs') @endsection @section('content')

{{ $stats['total_skus'] }}

عدد المنتجات النشطة في المخزون

{{ $stats['total_warehouses'] }}

المستودعات النشطة

{{ $stats['low_stock_count'] }}

منتجات وصلت الحد الأدنى

الحالة الحالية للمخزون

# SKU {{ __('admin.products') }} variant {{ __('admin.warehouses') }} متاح محجوز متوسط التكلفة آخر حركة
@endsection @push('scripts') @include('admin._partials.crud_scripts') @endpush