@extends('admin.layout.master') @section('title','COSTING MANAGEMENT') @section('custom_style') @endsection @section ('content')

COSTING

{{-- Search --}}
{{-- end --}} {{--
--}}
@csrf
{{-- --}} {{-- --}} @php $i=0; @endphp @if(count($products)>0) @forelse ($products->groupBy('cat_code') as $k=>$productGroup) @forelse ($productGroup as $item) {{-- --}} @empty @endforelse @empty @endforelse @endif
# PRODUCTPriceO. Cost Commission NOTETotal
{{$productGroup->first()->catByCatCode->name_eng}}
{{ $i }}
{{$item->primaryUnit?$item->primaryUnit->name:''}}
%

{{-- @include('inventory.indent.previuos_recipe_modal') --}} @endsection @section('script') @stop