@extends('layouts.admin', ['title' => 'گزارش موجودی فراموش شده کالای انبار']) @section('css') @endsection @section('content')
| کدکالا | کالا | موجودی | موجودی واقعی | وضعیت روی سایت | وضعیت استعلام | |
|---|---|---|---|---|---|---|
| {{ $item->product_id }} | {{ $item->title }} | {!! str_replace(",", " ", trim($item->nums, ",")) !!} |
{{ $item->real_num }} | {!! $item->available == 1 ? '' : '' !!} | {!! $item->priceInquiry == 1 ? '' : '' !!} |