@php require_frontend_packages(['datatables']); @endphp @extends('layout.default') @section('title', $__t('Location Content Sheet')) @push('pageStyles') @endpush @section('content')
{{ $__t('Product') }} | {{ $__t('Amount') }} | {{ $__t('Consumed amount') . ' / ' . $__t('Notes') }} |
---|---|---|
{{ FindObjectInArrayByPropertyValue($products, 'id', $currentStockEntry->product_id)->name }} | {{ $currentStockEntry->amount }} {{ $__n($currentStockEntry->amount, FindObjectInArrayByPropertyValue($quantityunits, 'id', FindObjectInArrayByPropertyValue($products, 'id', $currentStockEntry->product_id)->qu_id_stock)->name, FindObjectInArrayByPropertyValue($quantityunits, 'id', FindObjectInArrayByPropertyValue($products, 'id', $currentStockEntry->product_id)->qu_id_stock)->name_plural, true) }} @if($currentStockEntry->amount_opened > 0){{ $__t('%s opened', $currentStockEntry->amount_opened) }}@endif |