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

更长使用时间

更多流量

更多优质线路

快 来 购 买 服 务 吧! @elseif(Auth::user()->enable) {{trans('home.enabled')}}

{{trans('home.normal')}}

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

{{trans('home.reason_expired')}}

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

{{trans('home.reason_traffic_exhausted')}}

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

{!!trans('home.reason_overused', ['data'=>sysConfig('traffic_ban_value')])!!}

@else {{trans('home.disabled')}}

{{trans('home.reason_unknown')}}

@endif
{{trans('home.account_bandwidth_usage')}}
{{$unusedTraffic}}

账号等级:{{Auth::user()->level}}

@if($paying_user && sysConfig('reset_traffic') && $resetDays && $remainDays > $resetDays) {{trans('home.account_reset_notice', ['reset_day' => $resetDays])}} @endif
{{$unusedPercent}}%
{{trans('home.account_expire')}}
@if($remainDays !== -1) {{$remainDays}} {{trans('home.day')}}

{{$expireTime}}

@else {{trans('home.expired')}}
{{trans('home.service_buy_button')}} @endif
@if($userLoginLog)
{{trans('home.account_last_login')}}
  • 时间:{{date_format($userLoginLog->created_at,'Y/m/d H:i')}}
  • IP地址:{{$userLoginLog->ip}}
  • 运营商:{{$userLoginLog->isp}}
  • 地区:{{$userLoginLog->area ?: $userLoginLog->country.' '.$userLoginLog->province.' '.$userLoginLog->city}}
@endif

订 阅 链 接

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

客户端

下载 & 教程

前往
@if(sysConfig('is_push_bear') && sysConfig('push_bear_qrcode'))

微信公告推送

@else

交流群

@endif

{{trans('home.announcement')}}

{{$announcements->links()}}
@forelse($announcements as $announcement)

{!!$announcement->title!!}

更新于 {{$announcement->updated_at}}

{!! $announcement->content !!} @empty

暂无公告

@endforelse

{{trans('home.traffic_log')}}

@endsection @section('javascript') @if(sysConfig('is_push_bear') && sysConfig('push_bear_qrcode')) @endif @endsection