@php use App\Libraries\General; use App\Libraries\FileSystem; @endphp @foreach($listing->items() as $k => $row)
@if(isset($row['quantity']) && $row['quantity'])

Quantity: {{$row['quantity'] ? $row['quantity'] : 0 }}

@endif
@endforeach