@extends('layouts.agency') @section('title', __('message.register_package').' | ITVJP.COM Seller') @section('style-libraries') @stop @section('styles') @stop @section('content')

{{ __('message.purchase_additional')}}

{{ csrf_field() }}

{{ __('website.buy_account') }}

@isset($services)
{{__('website.service')}} {{__('website.unit_price')}} {{__('website.account_quantity')}} #

{{--

Total account :

Tổng:

Giảm giá:

Thanh toán:

--}} @endif

{{__('message.information')}}

@if(@$package != 'free')
{{__('website.total_account')}} 0
{{__('website.total')}} 0
{{__('website.discount')}} 0
{{__('website.transaction_fee')}} +5%
{{__('website.price_subsidy')}} -5%
{{__('message.total_buy')}} {{ number_format(0,2)}}$
@endif
@stop @section('scripts') @stop