@extends('client.layout.master') @php use App\Models\Translation; $locale = app()->getLocale(); @endphp @section('title', Translation::getValue('security_overview', $locale)) @section('content')
@foreach($features as $index => $feature)

{{ $feature->getTitle(app()->getLocale()) }}

{{ $feature->getDescription(app()->getLocale()) }}

@endforeach
background_image)) style="background-image: url('{{ asset('storage/'.$package->background_image) }}');" @endif >
{{-- 8. MODEL ADI --}}

{{ optional($package)->getTitle($locale) ?? 'Professional Security Package' }}

{{-- 8.1 MODEL AÇIQLAMA --}}
{{ optional($package)->getDescription($locale) ?? 'This security solution is designed to provide reliable protection, advanced monitoring, and seamless control for modern environments.' }}
{{-- 9. TEXNİKİ GÖSTƏRİCİLƏR BAŞLIĞI --}}

{{ optional($package)->getFeaturesTitle($locale) ?? 'Technical Specifications' }}

{{-- 9.1 TEXNİKİ SİYAHI --}}
    @foreach(optional($package)->features ?? [] as $feature)
  • {{ $feature->getText($locale) ?? 'Smart security feature' }}
  • @endforeach
{{-- 10. CTA BUTTON --}}
Security Model

{{ $highlight->{'title_'.$locale} ?? 'Real-Time Security Response' }}

{{ $highlight->{'description_'.$locale} ?? 'Instant alerts, smart detection, and real-time monitoring to keep you protected at all times.' }}
@php $fallbackFeatures = [ [ 'icon' => 'fa fa-shield', 'title' => 'Instant Security Alerts', 'content' => 'Receive real-time notifications and alerts for every important security event.', ], [ 'icon' => 'fa fa-eye', 'title' => 'Live Monitoring', 'content' => 'Monitor your environment 24/7 with high accuracy and smart detection.', ], [ 'icon' => 'fa fa-lock', 'title' => 'Advanced Protection', 'content' => 'Multiple layers of security ensure complete and reliable protection.', ], ]; @endphp @forelse(optional($highlight)->features ?? [] as $feature)

{{ $feature->{'title_'.app()->getLocale()} ?? 'Smart Security Feature' }}

{{ $feature->{'content_'.app()->getLocale()} ?? 'Advanced technology designed to keep your system secure and responsive.' }}

@empty @foreach($fallbackFeatures as $item)

{{ $item['title'] }}

{{ $item['content'] }}

@endforeach @endforelse
{{-- 17 — Məhsul adı --}}

{{ $qualityEquipment->{'title_'.$locale} ?? 'High Quality Security Equipment' }}

{{-- 17.1 — Qısa izah --}}
{{ $qualityEquipment->{'description_'.$locale} ?? 'Built with premium materials to ensure durability, accuracy, and long-term performance.' }}
{{-- 18 — Hero image --}}
{{ 
        optional($qualityEquipment)->{'title_'.$locale} 
            ?? 'High Quality Security Equipment'
    }}
{{-- 19 — CTA --}} @if(optional($qualityEquipment)->product) @endif
@php $installBg = optional($installationService)->background_image ? asset('storage/'.optional($installationService)->background_image) : asset('assets/images/default/installation-bg.jpg'); $installTitle = $installationService->{'title_'.$locale} ?? 'Professional Installation Service'; $installDesc = $installationService->{'description_'.$locale} ?? 'Our expert team ensures fast, secure, and professional installation for all security solutions.'; $installCta = optional($installationService)->cta_link ?? '#'; @endphp

{{ $installTitle }}

{{ $installDesc }}
@forelse(optional($installationService)->icons ?? [] as $icon)
@empty
@endforelse
@php $psBg = optional($productShowcase)->image ? asset('storage/'.optional($productShowcase)->image) : asset('assets/images/default/product-showcase-bg.jpg'); $psTitle = $productShowcase->{'title_'.$locale} ?? 'Why Customers Choose Our Solutions'; $psDesc = $productShowcase->{'description_'.$locale} ?? 'Smart design, reliable technology, and proven performance for modern security needs.'; $psButton = optional($productShowcase)->button_link ?? '#'; $icons = [ [ 'img' => optional($productShowcase)->icon_1, 'text' => $productShowcase->{'icon_1_text_'.$locale} ?? 'Smart Technology', ], [ 'img' => optional($productShowcase)->icon_2, 'text' => $productShowcase->{'icon_2_text_'.$locale} ?? 'Reliable Protection', ], [ 'img' => optional($productShowcase)->icon_3, 'text' => $productShowcase->{'icon_3_text_'.$locale} ?? 'Easy Integration', ], ]; @endphp

{{ $psTitle }}

{{ $psDesc }}
@foreach($icons as $item)

{{ $item['text'] }}

@endforeach
@php $appBg = optional($appProductSection)->image ? asset('storage/'.optional($appProductSection)->image) : asset('assets/images/default/app-bg.jpg'); $appTitle = $appProductSection->{'title_'.$locale} ?? 'Smart Mobile Application'; $appDesc = $appProductSection->{'description_'.$locale} ?? 'Manage your system easily with our modern and user-friendly mobile application.'; $appBtn = optional($appProductSection)->button_link ?? '#'; $appIcons = [ optional($appProductSection)->icon_1 ?? 'fa fa-mobile', optional($appProductSection)->icon_2 ?? 'fa fa-bell', optional($appProductSection)->icon_3 ?? 'fa fa-lock', ]; @endphp

{{ $appTitle }}

{{ $appDesc }}
@foreach($appIcons as $icon)
@endforeach
@endsection