@extends('layouts.app') @section('title', __('مركز درب سالم')) @section('title', $seo['page_title'] ?? __('مركز درب سالم')) @section('meta_title', $seo['meta_title'] ?? '') @section('description', $seo['meta_description'] ?? '') @section('keywords', $seo['keywords'] ?? '') @section('og:title', $seo['og_title'] ?? '') @section('og:description', $seo['og_description'] ?? '') @section('og_image', $seo['og_image'] ?? asset('images/RFav.png')) @section('canonical_url', $seo['canonical_url'] ?? url()->current()) @section('content') @push('styles') @vite('resources/css/about.css') @vite('resources/css/header.css') @vite('resources/css/general.css') @endpush @section('content')

{{ $careCenter->title }}

{{ $careCenter->description }}

{{-- الرقم الموحد --}} @if ($careCenter->unified_number)

{{__('contact.Unified_number')}}

{{ $careCenter->unified_number }}

@endif {{-- واتساب الأعمال --}} @if ($careCenter->whatsapp_number) @php // تجهيز الرابط بنفس منطقك الحالي تقريباً $whatsNumber = preg_replace('/\D/', '', $careCenter->whatsapp_number); $whatsLink = 'https://wa.me/966' . ltrim($whatsNumber, '0'); @endphp

{{__('contact.WhatsApp_Business')}}

{{ $careCenter->whatsapp_number }}

@endif {{-- البريد الإلكتروني --}} @if ($careCenter->email)

{{__('contact.e-mail')}}

{{ $careCenter->email }}

@endif

{{ $careCenter->title_1 }}

{{ $careCenter->description_1 }}

{{ __('contact.connect_with_us') }}

{{ __('contact.response_time') }}

{{ $socialMedia->title }}

{{ $socialMedia->description }}

{{ __('contact.faq') }}

@foreach ($categories as $category) @endforeach
@foreach ($faqs as $faq)
{{ $faq['question'] }}
{!! nl2br(e($faq['answer'])) !!}
@endforeach
@include('partials.footerPages')
@push('scripts') @endpush