@extends('user.layouts') @section('css') @endsection @section('content')
@if (Session::has('successMsg')) @endif
{{trans('user.account.status')}} @if(sysConfig('is_checkin')) @endif
@if(!$paying_user)

{{trans('user.more')}}

{{trans('user.purchase_promotion')}} @elseif(Auth::user()->enable) {{trans('user.status.enabled')}}

{{trans('user.account.reason.normal')}}

@elseif($remainDays === 0) {{trans('user.status.expired')}}

{{trans('user.account.reason.expired')}}

@elseif($unusedTraffic === 0) {{trans('user.status.disabled')}}

{{trans('user.account.reason.traffic_exhausted')}}

@elseif(Auth::user()->isTrafficWarning() || $banedTime) {{trans('user.status.limited')}}

{!!trans('user.account.reason.overused', ['data'=>sysConfig('traffic_ban_value')])!!}

@else {{trans('user.status.disabled')}}

{{trans('user.account.reason.unknown')}}

@endif
{{trans('user.account.remain')}}
{{$unusedTraffic}}

{{trans('user.account.level')}}:{{Auth::user()->level}}

@if($paying_user && $resetDays && $remainDays > $resetDays && sysConfig('reset_traffic')) {{trans('user.account.reset', ['days' => $resetDays])}} @endif
{{$unusedPercent}}%
{{trans('user.account.time')}}
@if($remainDays !== -1) {{$remainDays.' '.trans('validation.attributes.day')}}

{{$expireTime}}

@else {{trans('user.status.expired')}}
{{trans('user.shop.buy')}} @endif
@if($userLoginLog) @endif

{{trans('user.subscribe.link')}}

@if($subscribe_status)
@if(count($subType)>1)
@endif
@else @endif

{{trans('user.client')}}

{{trans('common.download').' & '.trans('user.tutorials')}}

{{trans('common.goto')}}
@endsection @section('javascript') @if(sysConfig('is_push_bear') && sysConfig('push_bear_qrcode')) @endif @endsection