@extends('_layout')
@section('title', sysConfig('website_name'))
@section('body_class', 'page-login-v3 layout-full')
@section('layout_css')
@endsection
@section('layout_content')
{{ trans('user.invoice.detail') }}
-
{{ trans('model.order.original_price') }}: {{ $order->origin_amount_tag }}
-
{{ trans('model.order.price') }}: {{ $order->origin_amount_tag }}
-
{{ trans('user.payment.method') }}:
{{ $order->pay_way === 1 ? trans('user.shop.pay_credit') : trans('user.shop.pay_online') }}
-
{{ trans('user.bought_at') }}: {{ $order->created_at }}
@if ($order->expired_at)
-
{{ trans('common.expired_at') }}: {{ $order->expired_at }}
@endif
-
{{ trans('common.status.attribute') }}: {!! $order->status_label !!}
{{ trans('admin.ticket.user_info') }}
-
{{ trans('model.user.nickname') }}: {{ $user->nickname }}
-
{{ trans('model.user.username') }}: {{ $user->username }}
-
{{ trans('model.user.traffic_used') }}: {{ formatBytes($user->used_traffic) }}
/ {{ $user->transfer_enable_formatted }}
-
{{ trans('model.user.credit') }}: {{ $user->credit }}
-
{{ trans('model.user.expired_date') }}: {{ $user->expiration_date }}
@endsection