@extends('admin.index') @section('page_title') {{trans('products.show')}} @endsection @section('content')
| {{trans('products.qty')}} | {{@$product->SpecificTitle->name1}} | {{@$product->SpecificTitle->name2}} | {{trans('تم بيع')}} | |||||
|---|---|---|---|---|---|---|---|---|
| {{$page->qty}} | {{@$page->Items_Color->name}} | {{@$page->Items_Size->name}} | @php $count =\App\Model\ProductsAddCart::where('product_id',@$page->product_id)->Buy() ->where('color_id',@$page->color_id)->where('size_id',@$page->size_id)->sum('quantity'); @endphp {{$count}} | |||||
| {{trans('الجدول خالي')}} | ||||||||