@extends('admin.layout.master') @section('title', 'Stock Avg') @section('content')
| # | {{__('obs.product')}} | {{__('obs.closing')}} {{__('obs.qty')}} | {{__('obs.closing')}} {{__('obs.value')}} | {{__('obs.avg')}} | {{__('obs.purchased')}} {{__('obs.qty')}} | {{__('obs.custom')}} {{__('obs.date')}} | {{__('obs.action')}} |
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $v_result->name_eng }} ({{ $v_result->barcode }}) | {{ $v_result->closing_qty }} | {{ $v_result->closing_value }} | {{ $v_result->avg }} | {{ $v_result->purchase_qty }} | {{ date('Y-m-d H:i A', $v_result->custom_date) }} |