@if($dataEntry->count() > 0) @foreach($dataEntry as $key=>$data)
Order : #{{ $data->index }}
@if($data->payment_status == 1) Ship Out @elseif($data->payment_status == 2) Ship Out @else Ship Out @endif
@endforeach @else
No purchase here!
@endif