@extends('admin.layouts.master') @section('title', 'Product Stock List') @section('content')
# | Date & Time | Title | Action | Quantity | Balance | Ref |
---|---|---|---|---|---|---|
{{$k+1}} | {{$log->entry_date_time}} | {{$log->title ?? '' }} | {{$log->action ?? 'Sell' }} | {{$log->quantity ?? '' }} | {{ $balance }} | {{$log->reference_id ?? '' }} |