One Hat Cyber Team
Your IP:
216.73.216.211
Server IP:
198.54.114.155
Server:
Linux server71.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Server Software:
LiteSpeed
PHP Version:
5.6.40
Create File
|
Create Folder
Execute
Dir :
~
/
proc
/
thread-self
/
root
/
proc
/
thread-self
/
cwd
/
Edit File:
partials.tar
front/choose.blade.php 0000644 00000003124 15111714033 0010727 0 ustar 00 <section class="choose-section pt-100 pb-50 border-top"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-4"> <div class="section-header mb-lg-0"> <h6 class="section-header__subtitle">@lang('Key Features')</h6> <h3 class="section-header__title">{{ 'Why Invest with Us' }}</h3> <p> {{ 'A Smarter, Safer Approach to Building Wealth' }} </p> </div> </div> <div class="col-lg-8"> <div class="choose-area bg--section border"> <div class="choose-inner"> @foreach ($features as $key=>$data) <div class="choose-item"> <div class="choose-thumb"> <i class="{{ $data->icon }}"></i> </div> <div class="choose-content"> <h5 class="choose-content-title">{{ $data->title }}</h5> <p> @php echo $data->details; @endphp </p> </div> </div> @endforeach </div> </div> </div> </div> </div> </section>