@extends('layout.user') @section('page-title', __('basic.Profile')) @section('nav-title', __('basic.Profile')) @section('container') {{--
@include('partial.aside._user', [ 'userName' => 'UserName', 'userMoney' => '0', ])
--}} {{-- Member Menu (Mobile) --}}
@if ($numList['level']['id'] == 'platinum') {{ $numList['level']['name'] }} @endif {{-- --}} {{--
實名驗證
--}}
{{-- {{ __('member.Partner') }} --}}

{{ $data['name'] ?? 'UserName' }}

{{ __('basic.TotalEarn') }} $ 0
{{-- bg-gray-200 --}}
{{ __('robot.My') }} {{ __('robot.VipExpiredDate') }} : @if ($numList['level']['id'] == 'platinum') {{ date('Y-m', strtotime($numList['level']['end_date'])) }} @else -- @endif
${{ $numList['level']['sale_amount'] }}
{{-- bg-teal --}}
@if ($numList['level']['diff'] > 0) {{ __('robot.UpgrateAmount', ['price' => $numList['level']['diff']]) }} @else {{ __('robot.GetNextStage') }} @endif
{{-- CLC 回饋金 --}}

{{ __('basic.Coin') }}

{{-- 訂單紀錄 --}}

{{ __('basic.Orderlist') }}

{{-- 系統通知 --}}

{{ __('basic.Notification') }}

{{-- 願望清單 --}}

{{ __('basic.Wishlist') }}

{{-- 個人資料 --}}

{{ __('basic.Profile') }}

{{-- 免費領取 --}}

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

{{-- 登出 --}}

{{ __('basic.Logout') }}

@endsection