@extends('layout.user') @section('page-title', __('robot.ReceiveFree')) @section('nav-title', __('robot.ReceiveFree')) @section('page-js-script') @endsection @section('container') {{-- 免費電信卡 --}} @if ($country_id != 'tw')
@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
@endif {{-- 免費雲端空間 --}} {{-- @if ($country_id != 'tw') --}}
@if (!empty($verifyList['cloud']))
@if ($verifyList['cloud']['status'] == 'unverified')

{{ __('robot.UnderReview') }}

@endif @if ($verifyList['cloud']['status'] == 'shipped' || $verifyList['cloud']['status'] == 'completed')

{{ __('robot.HaveReceived') }}

@endif
@elseif ($verifyList['qty']['cloud'] == 0)

{{ __('robot.OutOfStock') }}

@endif
@if (!empty($verifyList['cloud']) && !empty($verifyList['cloud']['sale_id'])) {{ __('robot.Check') }} @elseif ($verifyList['qty']['cloud'] > 0) @endif
{{-- @endif --}} @endsection