@extends('admin.layouts.app')
@section('title', __('admin.edit').' โ '.__('admin.menu_products'))
@section('heading', __('admin.menu_products'))
@section('content')
{{ $product->slug }} ยท {{ $product->sku ?: 'โ' }}
{{ __('admin.stock_ledger_hint') }}
{{ __('admin.current_stock') }}: {{ $product->current_stock }}
| {{ __('admin.date') }} | {{ __('admin.type') }} | {{ __('admin.quantity') }} | {{ __('admin.reason') }} |
|---|---|---|---|
| {{ $movement->type }} | {{ $movement->quantity }} | {{ $movement->reason ?: 'โ' }} |