@if (session('error'))
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
{{ $servers->service_name }}
Professional Server service solution
{{ $currency->icon }}{{ number_format($servers->final_price * $currency->rate, 2) }}
Service Information
Simply fill in the details and proceed to pay for your orders using your credit balance. You currently have
{{ $currency->icon }}{{ number_format($servers->final_price * $currency->rate, 2) }}
of credits in your wallet.
{!! $servers->description !!}
@if (!empty($servers->features))
Service Features
@foreach ($servers->features as $feature)
- {{ $feature }}
@endforeach
@endif
@if ($servers->download_link || $servers->login_link || $servers->register_link)
Service Links
@if ($servers->download_link)
Download
@endif
@if ($servers->login_link)
Login
@endif
@if ($servers->register_link)
Register
@endif
@endif