@extends('admin.layouts.master') @section('title', 'Product Stock List') @section('content')

{{$productInfo->name}}

@foreach($history as $k => $log) @endforeach
# Date & Time Title Action Quantity Balance Ref
{{$k+1}} {{$log->entry_date_time}} {{$log->title ?? '' }} {{$log->action ?? 'Sell' }} {{$log->quantity ?? '' }} {{ $balance }} {{$log->reference_id ?? '' }}
@endsection @section('css') @section('css') @endsection @endsection @section('js') @endsection