⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.45
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
dnc
/
@core
/
resources
/
views
/
frontend
/
pages
/
View File Name :
services-page.blade.php
@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('services_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{get_static_option('services_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-meta-data') <meta name="description" content="{{get_static_option('services_page_'.$user_select_lang_slug.'_meta_description')}}"> <meta name="tags" content="{{get_static_option('services_page_'.$user_select_lang_slug.'_meta_tags')}}"> @endsection @section('content') @section('content') @if(get_static_option('services_page_services_section_status')) <!-- services-section --> @include('frontend.partials.pages.services-area') @endif @if(get_static_option('services_page_counterup_section_status')) <!-- counterup-section --> @include('frontend.partials.pages.counterup-area') @endif @if(get_static_option('services_page_keyfeature_section_status')) <!-- keyfeature-section --> <div class="organizations-header-section"> <div class="container"> <div class="organizations-header-wrap bg-image" {!! render_background_image_markup_by_attachment_id(get_static_option('services_page_key_feature_bg')) !!}> <div class="row justify-content-center"> <div class="col-lg-8"> <div class="section-title brand white desktop-center padding-bottom-45"> <p>{{get_static_option('services_page_'.$user_select_lang_slug.'_key_feature_section_subtitle')}}</p> <h3 class="title">{{get_static_option('services_page_'.$user_select_lang_slug.'_key_feature_section_title')}}</h3> </div> </div> </div> <div class="row"> @foreach($all_key_features as $key => $features) @include('frontend.partials.features.feature-home-'.get_static_option('services_page_key_feature_variant')) @endforeach </div> </div> </div> </div> @endif @if(get_static_option('services_page_team_section_status')) <!-- team-member-section --> @include('frontend.partials.pages.team-member-area') @endif @if(get_static_option('services_page_brand_section_status')) <!-- brand-section --> @include('frontend.partials.brand-area') @endif @if(get_static_option('services_page_banner_section_status')) <!-- get-in-touch-banner-section --> @include('frontend.partials.get-in-touch-area') @endif @endsection