@extends('layout.backend.main') @section('page_content') @if (session('error'))
| ID | Product name | Quantity | Cost Price | Transaction Type | Warehouse ID | {{--Description | --}}Created Time | Actions | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $product_lot->id }} | {{ $product_lot->product->name ?? 'N/A'}} | {{ $product_lot->qty }} | {{ $product_lot->cost_price }} | {{--{{ $product_lot->sales_price }} | --}}{{ $product_lot->transactionType->name ?? "N/A" }} | {{ $product_lot->warehouse->name ?? 'N/A' }} | {{--{{ $product_lot->description }} | --}}{{ $product_lot->created_at }} | |
| No Product Lots Found | |||||||||