{{'Knowledge' | translate}}

@if (faqloading) {

  • {{'Last Created On' | translate}}
@if (setting?.article_count == 'on') { {{'Views' | translate}}: }

{{'Recent Articles' | translate}}

{{'Popular Articles' | translate}}

} @else {
@if (articleData?.privatemode) {

    {{'You must be logged in and have valid account to access this content.' | translate}}

} @else {

  • {{'Last Created On' | translate}} {{articleData?.articles?.created_at | date : 'M d,Y'}}
  • @if (setting?.article_count == 'on') {
  • {{articleData?.articles?.views }}
  • }
}
@if(setting?.cust_google_translate == 'on'){ } {{articleData?.like?.total}} {{articleData?.dislike?.total}}
@if (articleData?.articles?.privatemode) { @if (customer) {
@if (articleData?.articles?.articlefeatureimage !== null) { @if (articleData?.articles?.featureimage == 'frontend.jpg') { } @else { } } @if (articleData?.articles?.message) {
}
@for (article of articleData?.articles?.media; track article) {
@if (article?.mime_type == 'image/jpg' || article?.mime_type == 'image/jpeg' || article?.mime_type == 'image/JPG') { } @if (article?.mime_type == 'image/pdf') { } @if (article?.mime_type == 'image/csv') { } @if (article?.mime_type == 'image/png') { } @if (article?.mime_type != 'image/png' && article?.mime_type != 'image/csv' && article?.mime_type != 'image/pdf' && article?.mime_type != 'image/jpg' && article?.mime_type != 'image/jpeg' && article?.mime_type != 'image/JPG') { }

{{article.file_name}}

}
}

{{'You must be logged in and have valid account to access this content.' | translate}}

} @else {
@if (articleData?.articles?.articlefeatureimage != null) { @if (articleData?.articles?.featureimage == 'frontend.jpg') { } @else { } } @if (articleData?.articles?.message) {
}
@for (article of articleData?.articles?.media; track article) {
@if (article?.mime_type == 'image/jpg' || article?.mime_type == 'image/jpeg' || article?.mime_type == 'image/JPG') { } @if (article?.mime_type == 'image/pdf') { } @if (article?.mime_type == 'image/csv') { } @if (article?.mime_type == 'image/png') { } @if (article?.mime_type != 'image/png' && article?.mime_type != 'image/csv' && article?.mime_type != 'image/pdf' && article?.mime_type != 'image/jpg' && article?.mime_type != 'image/jpeg' && article?.mime_type != 'image/JPG') { }

{{article.file_name}}

}
}
@if (customer) {
{{'Was this article useful to you?' | translate}}
@if (setting?.article_count == 'on') { {{'Views' | translate}}: {{ articleData?.articles?.views }} }
} @else {
@if (setting?.article_count == 'on' && customer) { {{'Views' | translate}}: {{ articleData?.articles?.views }} }
}
@if (dropdownData != undefined) { }

{{'Recent Articles' | translate}}

{{'Popular Articles' | translate}}

    @for (populararticle of articleData?.populararticles; track populararticle) {
  • @if (populararticle?.articleslug != null) { @if (populararticle?.subcategory != null && populararticle?.subcategorys) { {{populararticle?.subcategorys?.subcategoryname}} } } @else { @if (populararticle?.subcategory != null && populararticle?.subcategorys) { {{populararticle?.subcategorys?.subcategoryname}} } }
    {{populararticle?.title.slice(0, 20)}}
    @if (setting?.article_count == 'on') {
    {{populararticle?.views}}
    }
  • }
}