@lang(':service_name', ['service_name' => $data->name])
@if ($data->proxy != 'none')
@lang('نوع سرویس : :protocol ', ['protocol' => protocolShow($data->proxy)])
@endif
@if ($data->method != 'none')
@lang('رمزنگاری : :method ', ['method' => getMethod($data->method)])
@endif
@if ($data->duration > 0)
@lang('مدت زمان سرویس : :duration روز', ['duration' => $data->duration])
@endif
@if ($data->iplimit > 0)
@lang('اتصال همزمان : :iplimit دستگاه', ['iplimit' => $data->iplimit])
@endif
@if ($data->bw > 0)
@lang('حجم قابل استفاده : :bw گیگابایت', ['bw' => $data->bw])
@endif
@if (isset($data->content))
توضیحات سرویس :
{!! $data->content !!}
@endif
@if ($data->price > 0)
@lang('هزینه سرویس : :price', ['price' => priceWithCurrencyToClient($data->price)])
@endif
@if (!$renew)
@if ($data->price > 0)
@else
@endif
@else
@if ($data->price > 0)
@else
@endif
@endif