@extends('admin.layout.master') @section('title', 'Stock Avg') @section('content')
| # | Product | Closing Qty | Closing Value | Avg | Purchased Qty | Custom Date | Action |
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $v_result->name_eng }} | {{ $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) }} |