@extends('layouts.app') @section('content')
| Date | Product | Unit | Quantity | Price | ||
|---|---|---|---|---|---|---|
| {{ $stock->trans_date->format(app_date_format()) }} | {{ $stock->product->product_name ?? '' }} | {{ $stock->unit->unit_name ?? '' }} | {{ round($stock->op_qty, 2) }} | {{ round($stock->price, 2) }} | ||
| @lang('general.no_details_found') | ||||||