One Hat Cyber Team
Your IP :
172.70.130.37
Server IP :
188.114.97.7
Server :
Linux advantage-project 5.14.0-503.26.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 19 16:28:19 UTC 2025 x86_64
Server Software :
Apache/2.4.62 (Rocky Linux) OpenSSL/3.2.2
PHP Version :
8.3.17
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
html
/
resources
/
views
/
pages
/
View File Name :
view.blade.php
@extends('layouts.frontend') @section('section_title') <section class="section page-title bg-image context-dark" style="background-image: url('/{{ $page->image ?? env('PAGE_TITLE_BG_IMAGE') }}');"> <!--RD Navbar--> @include('layouts.frontend.nav') <div class="container"> <div class="row"> <div class="col-md-10 col-xl-8"> <h2 class="page-title-text">{{$page->name ?? ''}}</h2> </div> </div> </div> </section> @endsection @section('content') <section class="section-md bg-transparent"> <div class="container"> <div class="row row-25 row-xl-55"> {{-- <div class="col-xl-11"> <h2 class="text-decorated text-decorated-large">FundMe connects nonprofits, donors, and companies in nearly every country around the world to access the funding, & necessary tools.</h2> </div>--}} <div class="col-md-6 col-lg-11"> {!! $page->page_content !!} </div> </div> </div> </section> @endsection