@extends('layouts.master') @section('styles') @endsection @section('content') @php $date = Request::segment(2) ; @endphp
| Code | Product | {{--Unit | --}}Sold QTY | Return QTY | Damage QTY | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| CTN | Box | PCS | CTN | Box | PCS | CTN | Box | PCS | |||||
| {{$row->item_sku}} | {{$row->item_name}} | @if($row->sold_total != null) @foreach ( $row->sold_prefs as $sold ){{$sold['exact']}} | @endforeach @else0 | 0 | 0 | @endif @if($row->return_total != null) @foreach ( $row->return_prefs as $return ){{$return['exact']}} | @endforeach @else0 | 0 | 0 | @endif @if($row->damage_total != null) @foreach ( $row->damage_prefs as $damage ){{$damage['exact']}} | @endforeach @else0 | 0 | 0 | @endif