⚝
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
/
car
/
View File Name :
index.blade.php
@extends('front.car.layout') @section('meta-keywords', "$be->home_meta_keywords") @section('meta-description', "$be->home_meta_description") @section('styles') @if (!empty($home->css)) <style> {!! replaceBaseUrl($home->css) !!} </style> @endif @endsection @section('content') <!-- hero area start --> @if ($bs->home_version == 'static') @includeif('front.car.partials.static') @elseif ($bs->home_version == 'slider') @includeif('front.car.partials.slider') @elseif ($bs->home_version == 'video') @includeif('front.car.partials.video') @elseif ($bs->home_version == 'particles') @includeif('front.car.partials.particles') @elseif ($bs->home_version == 'water') @includeif('front.car.partials.water') @elseif ($bs->home_version == 'parallax') @includeif('front.car.partials.parallax') @endif <!-- hero area end --> <!-- Start finlance_feature section --> @if (count($features) > 0) <section class="finlance_feature feature_v1" style="background-image: url('{{asset('assets/front/img/pattern_bg.jpg')}}');"> <div class="container-fluid"> <div class="row no-gutters"> @foreach ($features as $key => $feature) <div class="col-lg-3 col-md-6 col-sm-12 single_feature"> <div class="grid_item"> <div class="grid_inner_item"> <div class="finlance_icon"> <i class="{{$feature->icon}}"></i> </div> <div class="finlance_content"> <h4>{{convertUtf8($feature->title)}}</h4> </div> </div> </div> </div> @endforeach </div> </div> </section> @endif <!-- End finlance_feature area --> @if (!empty($home->html)) {!! convertHtml(convertUtf8($home->html)) !!} @else @includeIf('front.partials.pagebuilder-notice') @endif @endsection