@extends('layouts.admin', ['title' => 'مدیریت انبارها']) @section('content')
| عنوان کالا | تعداد انبارها | تعداد | میانگین قیمت | |
|---|---|---|---|---|
| {{ $item->title }} | {{ $item->AppUserStoreProduct()->distinct('store_id')->count() }} | {{ $item->AppUserStoreProduct()->sum('number') }} | {{ $item->AppUserStoreProduct()->average('amount') }} | انبارها |