@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Supplier Item') @section('css') @endsection @section('content')
count() == 0) class="col-sm-11" @else class="col-sm-6" @endif>

Main Group:

count() == 0) style="display: none" @endif>

Sub Group:

{{-- --}} {{-- --}} {{-- --}} @foreach($stocks as $stock) {{-- --}} {{-- --}} {{-- --}} @endforeach
none Article No. Stock now Description D-Unit D-Content M-Unit M-ContentMin StockAct P-PriceLast P-Price Avrg P-PricePurchase FrequentAccount No. Actions
{{ $loop->iteration }} {!!$stock->stock < 10 ? '' : ' '!!}{{ $stock->article_no }} {{ ribuanWithComma($stock->stock) }} {{ $stock->description }} {{ @$stock->deliveryUnit->description }} {{@$stock->content_delivery_unit ? ribuanDuaAngkaBelakangKomaIndo($stock->content_delivery_unit) : ''}} {{ @$stock->massUnit->description }} {{@$stock->content_mass_unit ? ribuanDuaAngkaBelakangKomaIndo($stock->content_mass_unit) : ''}} {{ ribuan($stock->min_stock) }}{{ ribuan($stock->actual_price ?? 0) }}{{ ribuanWithComma($stock->purchasePrice('last') ?? 0) }} {{ ribuanWithComma($stock->purchasePrice('average') ?? 0) }}-{{ $stock->coa ? $stock->coa->account_no : '-' }} @if ($stock->deletable()) @endif
@endsection @section('js') @endsection