@extends('layouts/contentNavbarLayout') @section('title', 'گزارش انبار') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| # | کد | افزایش | کاهش | مانده در این تاریخ | ایجاد شده در | {{--عملیات | --}}
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $row['code']['name'] ?? 'کد حذف شده' }} | {{ $row['inc_count'] }} | {{ $row['dec_count'] }} | {{ $row['left'] }} | {{ date('Y-m-d H:i:s', strtotime($row['created_at'])) }} |