@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("production-orders")}}

{{__("production-formula")}}

@endsection @section("content")
{{-- --}}
@foreach($orderItems as $item) @endforeach
# {{__('code')}} {{__('item')}} {{__('unit')}} {{__('quantity')}}
{{$serial_number}} {{$item->item->getItemCode()}} {{$item->item->name}} {{$item->item->unit->unit_name}} {{$item->quantity}}
@foreach($item["equation"] as $equation) @if($equation->type == "group") @else @endif @if($equation->type == "group") @endif @endforeach
# {{__('type')}} {{__('code')}} {{__('name')}} {{__('quantity')}} {{__('min-quantity')}} {{__('max-quantity')}} {{__('required')}}
{{$index}} {{$equation->type}} {{$equation->code}} {{$equation->name}} type == "group" || $order['analysis_started'] == 1) readonly @endif id="quantity{{$serial_number}}{{$index}}" @if($isExists) value="{{$equation->qty}}" @endif style="height: 30px;font-size: 12px">
required == 1) checked @endif>
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
#{{__('type')}}{{__('code')}}{{__('name')}}{{__('quantity')}}
@if($order['analysis_started'] == 0)
@endif
@endsection @section("scripts") @endsection