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

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

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

@endsection @section("content")
@if($order["is_analyzed"] == 0)
@endif
@foreach($items as $item) @if($isExists == 1) @endif @if($item->count > 1) @endif @if($isExists == 0) @elseif($isExists == 1) @endif @endforeach
# {{__("Item Image")}} {{__("item")}} {{__("quantity")}} {{__("quantity-in-stock")}} {{__("reserved-quantity")}} {{__("book-quantity")}} {{__("purchase-quantity")}} {{__("unit-price")}} {{__('notes')}}
{{++$serial_number}} {{-- url}}" />--}} {{$item->item_name}}
@if($item->count > 1) @endif
@if($order["is_analyzed"] == 0)
@endif
@endsection @section("scripts") @endsection