@extends('admin.layout.master') @section('title', 'Stock Avg') @section('content')

Stock Avg

{{--
--}}
@php($i = 1) @foreach ($result as $v_result) @endforeach
# 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) }}
{{--
--}}
@include('inventory.modal.avg_details_modal') @endsection @section('script') @endsection