@extends('layouts.app') @section('title', $product->name) @section('content')
{{ $product->sku }} · {{ $product->category->name_bn }}
{{ $product->description }}
@endif| তারিখ | ধরন | পরিমাণ | অবশিষ্ট | কারণ |
|---|---|---|---|---|
| {{ $t->created_at->format('d M Y, h:i A') }} | {{ $t->isIncreasing() ? '+' : '−' }}{{ $t->type }} | {{ $t->quantity }} | {{ $t->stock_after }} | {{ $t->reason ?: '—' }} |
| {{ __('app.no_results') }} | ||||