@extends('layouts.app') @section('title', __('الاستثمار')) {{-- @section('meta_title', $SEO['meta_title']) @section('description', $SEO['meta_description']) @section('keywords', $SEO['meta_keywords']) @section('og:title', $SEO['og_title']) @section('og:description', $SEO['og_description']) @section('og_image', $SEO['image']) --}} @vite('resources/css/about.css') @push('styles') @endpush @section('content')
{{ app()->getLocale() == 'ar' ? 'استشارتك تبدأ من هنا' : 'Consultation Starts Here' }}

{{ !empty($investmentData) ? (app()->getLocale() == 'ar' ? $investmentData['title_ar'] : $investmentData['title_en']) : 'الإستثمار' }}

{{ !empty($investmentData) ? (app()->getLocale() == 'ar' ? $investmentData['description_ar'] : $investmentData['description_en']) : 'شراكتك معنا ليست مجرد امتياز... بل فرصة حقيقية لبناء قصة نجاح طويلة الأمد.' }}

@if(!empty($investmentData) && !empty($investmentData['attachment'])) @php $ext = pathinfo($investmentData['attachment'], PATHINFO_EXTENSION); $isVideo = in_array(strtolower($ext), ['mp4', 'webm', 'ogg']); @endphp
@if($isVideo) @else @endif
@else
فيديو او Gif
@endif
@foreach($succeedingData as $item)
@if(!empty($item['attachment'])) @else صورة @endif

{{ app()->getLocale() == 'ar' ? $item['title_ar'] : $item['title_en'] }}

{{ app()->getLocale() == 'ar' ? $item['description_ar'] : $item['description_en'] }}

@endforeach

{{ !empty($franchiseTitle) ? (app()->getLocale() == 'ar' ? $franchiseTitle['title_ar'] : $franchiseTitle['title_en']) : ' ' }}

{{ !empty($franchiseTitle) ? (app()->getLocale() == 'ar' ? $franchiseTitle['description_ar'] : $franchiseTitle['description_en']) : ' ' }}

@foreach($franchiseData as $item)
@if(!empty($item['attachment'])) @else @endif

{{ app()->getLocale() == 'ar' ? $item['title_ar'] : $item['title_en'] }}

@if(!empty(app()->getLocale() == 'ar' ? $item['description_ar'] : $item['description_en']))

{{ app()->getLocale() == 'ar' ? $item['description_ar'] : $item['description_en'] }}

@endif
@endforeach

{{ app()->getLocale() == 'ar' ? ($featuresTitle['ar'] ?? ' ') : ($featuresTitle['en'] ?? ' ') }}

@foreach($featuresData as $item)
@if(!empty($item['attachment'])) @else @endif

{{ app()->getLocale() == 'ar' ? $item['title_ar'] : $item['title_en'] }}

@endforeach

{{ __('investment.main_title') }}

{{ __('investment.sub_title') }}

@include('partials.footerPages')
{{-- --}}
@push('scripts') {{-- ترجمات JavaScript – تُحقن من Laravel لتعمل بحسب اللغة النشطة --}} @endpush @endsection