@extends('website_ar.layouts.app') @section('content')
{{ $page->stay_ar }}
{{ $page->understand_ar }}
{{ $page->need_ar }}
{{ $page->customize_ar }}

{{ $preferences->signup_heading_ar }}

{{ $preferences->signup_description_ar }}

الأسئلة المتداولة

@foreach ($faqs as $faq)

{{ $faq->title_ar }}

@php // Get the first 40 characters of the description $preview = \Illuminate\Support\Str::limit($faq->description_ar, 40, ''); // Get the remaining part of the description starting from character 40 $remainingContent = substr($faq->description_ar, 40); @endphp
{{ $preview }}
@if (strlen($remainingContent) > 0)
{{ $remainingContent }}
@endif
@endforeach {{--

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate

In publishing and graphic design

In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
In publishing and graphic design, Lorem ipsum is a placeholder text commonly used to demonstrate
--}}
اتصل بنا

{{ $preferences->help_heading_ar }}

{{ $preferences->help_description_ar }}

الشهادات

كلمات الثناء من قبل عملائنا الكرام

اكتشف أهم مقالاتنا

في مجال النشر والتصميم الجرافيكي، يعتبر لوريم إيبسوم عنصرًا نائبًا

@if (count($contents) > 0) @foreach ($contents as $content)
@if ($content->category) {{ $content->category->title_ar }} @endif
{{ $content->created_at->format('d F, Y') }}
وقت القراءة: 14 دقيقة

{!! Str::limit($content->title_ar, 36, ' ...') !!}

{!! Str::limit($content->short_description_ar, 85, ' ...') !!}

اقرأ المزيد
@endforeach @endif
View all Blogs
@endsection