@extends('admin/layout')
@section('title')
{{ labels('admin_labels.stock_manage', 'Stock Manage') }}
@endsection
@section('content')
| {{ labels('admin_labels.product_variant_id', 'Product Variant ID') }} | {{ labels('admin_labels.product', 'Product') }} | {{ labels('admin_labels.price', 'Price') }} | {{ labels('admin_labels.stock_count', 'Stock Count') }} | {{ labels('admin_labels.status', 'Stock Status') }} | {{ labels('admin_labels.category', 'Category') }} | {{ labels('admin_labels.action', 'Action') }} |
|---|