@extends('layouts.app') @section('content')
Home
Initiate Stock Taking Process
?
Initiate Stock Taking Process
Back
Export Item Sheet For
Stock (Raw Material)
Ready for Sale
operational
Select Ingredients
@if(!empty($data["ingredient_list"])) @foreach($data["ingredient_list"] as $key => $value1)
{{$value1['stock_name']}}
@endforeach @endif
Specific Categories
@foreach($data["category"] as $key => $value)
{{$value}}
@endforeach
Specific Products
@if(!empty($data["product_list"])) @foreach($data["product_list"] as $key => $value1)
{{$value1['stock_name']}}
@endforeach @endif
Initiate
Cancel
@endsection @section('admin_css')
@stop @section('admin_js') @include('admin.js.stock-taking') @stop