@lang('نام کاربری : :username', ['username' => $subscribe->username])
@lang('نام سرویس : :name', ['name' => $subscribe->service->name])
@if ($subscribe->service->proxy != 'none')
@lang('نوع سرویس : :protocol', ['protocol' => protocolShow($subscribe->service->proxy)])
@endif @if ($subscribe->service != '') @if ($subscribe->service->iplimit > 0)
@lang('محدودیت : :user کاربر', ['user' => $subscribe->service->iplimit])
@else
@lang('محدودیت : کاربری ندارد')
@endif @endif @if ($subscribe->pdate != '')
@lang('انقضا : :date', ['date' => $subscribe->pdate])
@endif @lang('تمدید سرویس')