⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.212
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
eplangoweb
/
www
/
resources
/
views
/
front
/
View File Name :
dynamic.blade.php
@extends('front.layout') @section('pagename') - {{$page->name}} @endsection @section('meta-description', !empty($page) ? $page->meta_keywords : '') @section('meta-keywords', !empty($page) ? $page->meta_description : '') @section('breadcrumb-title') {{$page->title}} @endsection @section('breadcrumb-link') {{$page->name}} @endsection @section('content') <!--====== Start faqs-section ======--> <section class="faqs-section pt-120 pb-80"> <div class="container"> <div class="summernote-content"> {!! replaceBaseUrl($page->body) !!} </div> </div> </section><!--====== End faqs-section ======--> @endsection