@if($programmingLanguage->icon)
@else
@endif
@if($programmingLanguage->description)
{{ $programmingLanguage->name }}
{{ $programmingLanguage->slug }}
{{ Str::limit($programmingLanguage->description, 100) }}
@endif{{ $programmingLanguage->products()->count() }}
{{ __('app.Total_products') }}
{{ $programmingLanguage->products()->where('is_active', true)->count() }} {{ __('app.Active') }}
{{ __('app.template_status') }}
@if($programmingLanguage->hasTemplateFile()) {{ __('app.custom_template') }} @else {{ __('app.default_template') }} @endif