@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()) @push('styles') @vite('resources/css/about.css') @endpush @section('content')

{{ $aboutPage['title'] ?? __('about.about_us') }}

{{ $aboutPage['description'] ?? __('about.Learn about Darb Company') }}

{{ $aboutPage['title_1'] ?? __('about.About Darb') }}

{{ $aboutPage['description_1'] ?? __('about.overview') }}

@if (!empty($aboutPage['image'])) @endif

{{ $aboutPage['title_2'] ?? __('about.Vision') }}

{{ $aboutPage['description_2'] ?? __('about.vision') }}

{{ app()->getLocale() == 'ar' ? 'خدماتنا' : 'Our Services' }}

{{ $titleValues['title'] ?? __('about.our_core_values') }}

{{ $titleValues['description'] ?? __('about.values_description') }}

@foreach($coreValues as $value)

{{ $value['title'] }}

{{ $value['description'] }}

@endforeach
2007
{{ __('about.history.2007.title') }}
{{ __('about.history.2007.description') }}
{{ __('about.foundation_path') }} {{ __('about.ambitious_vision') }}

{{ $ceoData['title'] ?? __('about.CEO.Message') }}

{{--

{{ __('about.CEO.position') }}

--}}
{{ $ceoData['name'] ?? __('about.CEO.name') }}
{{ $ceoData['statement'] ?? __('about.CEO.word') }}
{{--

أعضاء مجلس الإدارة

أ. محمد أسعد

عضو مجلس إدارة مستقل

أ. محمد أسعد

عضو مجلس إدارة مستقل

أ. محمد أسعد

عضو مجلس إدارة مستقل

أ. محمد أسعد

عضو مجلس إدارة مستقل

أ. محمد أسعد

عضو مجلس إدارة مستقل

--}} @include('partials.footerPages')
@push('scripts') @endpush @endsection