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

{{__('Collect orders')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($branches as $branch) @endforeach @php $total=0; $collection=0; $array=$branches->toArray(); $Quantity=[]; if(count($array) >0){ foreach ($array as $key3 => $a){ $Quantity[$key3]=0; } } @endphp @foreach($items as $item)
{{__("المادة")}} {{__("الوحدة")}}{{$branch->store_name}}{{__('المجموع')}} {{__('الملاحظات')}}