⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.140
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
www
/
core
/
resources
/
views
/
front
/
Edit File: articles.blade.php
@extends("front.$version.layout") @section('pagename') - {{__('All Articles')}} @endsection @section('breadcrumb-title', convertUtf8($bex->knowledgebase_title)) @section('breadcrumb-subtitle', convertUtf8($bse->knowledgebase_subtitle)) @section('breadcrumb-link', __('Knowledgebase')) @section('content') {{-- article category and list start --}}
@if (count($article_categories) == 0)
{{__('NO ARTICLE FOUND')}}
@else @foreach ($article_categories as $article_category)
{{ $article_category->name }}
@php $articles = App\Article::where('article_category_id', $article_category->id) ->orderBy('id', 'desc') ->get(); $count = 0; @endphp
@foreach ($articles as $article)
{{strlen($article->title) > 30 ? mb_substr($article->title,0,30,'utf-8') . '...' : $article->title}}
@php $count = $count + 1; @endphp @endforeach
{{ $count . ' ' . __('Articles in this category') }}
@endforeach @endif
{{-- article category and list end --}} @endsection
Simpan