@if (!empty($verifyList['mobile']))
@if ($verifyList['mobile']['status'] == 'unverified' || $verifyList['mobile']['status'] == 'uploaded_photo')
{{ __('robot.UnderReview') }}
@endif
@if ($verifyList['mobile']['status'] == 'shipped' || $verifyList['mobile']['status'] == 'completed')
{{ __('robot.HaveReceived') }}
@endif
@elseif ($verifyList['qty']['mobile'] == 0)
{{ __('robot.OutOfStock') }}
@endif
@if (!empty($verifyList['mobile']))
@switch($verifyList['mobile']['status'])
@case('unverified')
@break
@case('shipped')
{{ __('robot.UploadVerificationPhoto') }}
@break
@case('uploaded_photo')
{{ __('robot.Check') }}
@break
@default
@endswitch
@if (!empty($verifyList['mobile']['sale_id']) && $verifyList['mobile']['status'] != 'uploaded_photo')
{{ __('robot.Check') }}
@endif
@elseif ($verifyList['qty']['mobile'] > 0)
{{ __('robot.ReceiveNow') }}
@endif