{{--
--}} @php @endphp @foreach ($return_items as $key => $value) @php @endphp @endforeach
Item Name Added By Approve By Client Info Quantity Status
{{ $value->item->name ?? ""}} {{ $value->addedBy->name ?? ""}} {{ $value->approvedBy->name ?? ""}} {{ $value->client->userid }} {{ $value->quantity }} {{ $value->status }}
Total : {{ $return_items->sum('quantity') }} Good : {{$return_items->where('status',"Good")->sum('quantity')}} Damage : {{$return_items->where('status',"Damage")->sum('quantity')}} Lost : {{$return_items->where('status',"Lost")->sum('quantity')}}
{{--
--}}