@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Supplier Item') @section('css') @endsection @section('content')
{{-- --}} @foreach($stocks as $stock) {{-- --}} @endforeach
none Article No. Stock now Description D-Unit D-Content M-Unit M-Content Min StockAct P-PriceLast P-Price Avrg P-Price Purchase Frequent Actions
{{ $loop->iteration }} {!!$stock->stock < 10 ? '' : ' '!!}{{ $stock->article_no }} {{ ribuanWithComma($stock->stock) }} {{ $stock->description }} {{@$stock->content_mass_unit ? ribuanDuaAngkaBelakangKomaIndo($stock->content_mass_unit) : ''}} {{ @$stock->deliveryUnit->description }} {{ @$stock->massUnit->description }} {{@$stock->content_delivery_unit ? ribuanDuaAngkaBelakangKomaIndo($stock->content_delivery_unit) : ''}} {{ ribuan($stock->min_stock) }}{{ ribuan($stock->actual_price ?? 0) }}{{ ribuanWithComma($stock->purchasePrice('last') ?? 0) }} {{ ribuanWithComma($stock->purchasePrice('average') ?? 0) }} -
@endsection @section('js') @endsection