@extends('_layout') @section('title', '订 阅') @section('layout_css') @endsection @section('body_class', 'layout-full position-relative') @section('layout_content')

{{ trans('model.subscribe.attribute') }}

avatar
{{ trans('model.user.nickname') }}
{{ $user->nickname }}
{{ trans('common.status.attribute') }}
@if ($user->enable)
{{ ucfirst(trans('common.status.enabled')) }}
@else
{{ ucfirst(trans('common.status.disabled')) }}
@endif
{{ trans('model.user.expired_date') }}
{{ localized_date($user->expiration_date) }}
{{ trans('user.attribute.data') }}
{{ number_format($user->used_traffic / GiB, 2) }} / {{ $user->transfer_enable_formatted }}

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

@endsection @section('layout_javascript') @endsection