+ {{ __('Price') }}:
+
+ ({{ CREDITS_DISPLAY_NAME }})
+
+
+
+ @if($server->product->billing_period == 'monthly')
+ {{ __('per Month') }}
+ @elseif($server->product->billing_period == 'weekly')
+ {{ __('per Week') }}
+ @elseif($server->product->billing_period == 'daily')
+ {{ __('per Day') }}
+ @elseif($server->product->billing_period == 'hourly')
+ {{ __('per Hour') }}
+ @endif
+
+
+ {{ $server->product->price }}
+
+