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

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

{{__("sales-order-processing")}}

@endsection @section("content")
@if(count($voucher->files) > 0)
@if($number_of_files > 0) @foreach($voucher->files as $file)
{{$file_number++}} - {{$file->file_name}}
@endforeach @endif
@endif
@if($analysisFlag == 1)
@endif
@foreach($items as $item) @if($item->count > 1) @endif @endforeach
# {{__("Item Image")}} {{__("item")}} {{__("quantity")}} {{__("vouchered-quantity")}} {{__("quantity-in-stock")}} {{__("reserved-quantity")}} {{__("book-quantity")}} {{__("production-quantity")}} {{__("production-line")}} {{__('notes')}}
{{++$serial_number}} @if(!is_null($item->item->getFirstMediaFile("Items"))) url}}" /> @endif {{$item->item_name}}
@if($item->count > 1) @endif
booked_quantity == 0 && $item->produced_quantity == 0) value="{{$item->qty_to_book}}" @else value="{{$item->booked_quantity}}" @endif @if($item->quantity == $item->vouchered_quantity) disabled @endif> booked_quantity == 0 && $item->produced_quantity == 0) value="{{$item->qty_to_produce}}" @else value="{{$item->produced_quantity}}" @endif @if($item->quantity == $item->vouchered_quantity) disabled @endif> quantity == $item->vouchered_quantity) readonly @endif>
@if($analysisFlag == 1)
{{-- @if($hasItemWithAnalysis)--}}
{{-- @endif--}}
@endif
@endsection @section("scripts") @endsection