@extends("WarehouseDashboard.layouts.dashboard.app") @section("page-nav-title")

{{__('Documents')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@if(!empty($items))
@php $r=false;@endphp @foreach($all_items as $item) @foreach($items as $item_order) @if($item->id == $item_order->item_id) @php $r=true; @endphp @endif @endforeach @if(!$r)@endif @php $r=false;@endphp @endforeach
{{__('English Item name')}} {{__('Arabic Item name')}} {{__('Quantity')}}
{{$item->name_en}} {{$item->name_ar}}{{$item_order->collection}}0
@else @if(isset(request()->type)) @endif @endif
@endsection @section("scripts") @endsection