@if (Session::has('successMsg'))
@if($userLoginLog)
@endif
{{Session::get('successMsg')}}
@endif
{{-- @if(!empty($info['t']))--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{--
--}}
{{-- @endif--}}
{{trans('home.account_status')}}
@if(\App\Components\Helpers::systemConfig()['is_checkin'])
{{trans('home.sign_in')}}
@endif
@if($info['enable'])
{{trans('home.enabled')}}
{{trans('home.normal')}}
@elseif($info['remainDays'] == 0) {{trans('home.expired')}}{{trans('home.reason_expired')}}
@elseif($info['unusedTransfer'] == 0) {{trans('home.disabled')}}{{trans('home.reason_traffic_exhausted')}}
@elseif($isTrafficWarning) {{trans('home.limited')}}{{trans('home.reason_overused')}}
@else {{trans('home.disabled')}}{{trans('home.reason_unknown')}}
@endif
{{trans('home.account_bandwidth_usage')}}
{{$info['unusedTransfer']}}
@if( \App\Components\Helpers::systemConfig()['reset_traffic'] && $info['resetDays'] != 0 && $info['remainDays']>$info['resetDays'])
{{trans('home.account_reset_notice', ['reset_day' => $info['resetDays']])}}
@endif
{{$info['unusedPercent'] * 100}}%
{{trans('home.account_expire')}}
@if($info['remainDays'] != 0)
{{$info['remainDays']}} 天
{{trans('home.service_buy_button')}} @endif
{{$info['expire_time']}}
@else {{trans('home.expired')}}{{trans('home.service_buy_button')}} @endif
{{trans('home.account_last_login')}}
- 时间:{{date_format($userLoginLog->created_at,'Y/m/d H:i')}}
- IP地址:{{$userLoginLog->ip}}
- 运营商:{{$userLoginLog->isp}}
- 地区:{{$userLoginLog->area}}
{{--
--}}
{{--
--}}
--}}
{{--
--}}
{{-- 账号信息
--}} {{-- --}} {{--{{trans('home.announcement')}}
@if(!$noticeList -> isEmpty())
@foreach($noticeList as $notice)
{!!$notice->title!!}
{!! $notice->content !!} @endforeach @else暂无公告
@endif流量使用
{{trans('home.traffic_log_tips')}}