@php $layout = isSeller() ? 'layouts.seller' : 'layouts.admin'; $updateRoute = isSeller() ? 'seller.add-stock.update' : 'admin.individual-stock.update'; $listRoute = isSeller() ? 'seller.add-stock.index' : 'admin.individual-stock.index'; $lockRoute = isSeller() ? 'seller.add-stock.lock' : 'admin.individual-stock.lock'; $select2OptionsRoute = isSeller() ? 'seller.add-stock.select2-options' : 'admin.add-stock.select2-options'; @endphp @extends($layout) @section('content')
{!! ($result->is_active == 1) ? 'Active' : 'Closed' !!}
{!! __('add_stock.total') !!}:
{!! numberFormat($totalNetto, 1, false) . ' ' . currency() !!}   ({!! numberFormat($totalBruto, 1, false). ' ' . str_replace(' ', '', currency()) !!})

{!! ($result->is_active == 0) ? 'Activate' : 'Close' !!} this period Commodity Wise

@if(count($categoryWise) > 0) @foreach($categoryWise as $catId => $category)
{!! $category[0]['inventory_category_name'] ?? "" !!}