@extends('website_ar.layouts.app') @section('content') {{ $page->newsletter_heading_ar }} {{ $page->newsletter_description_ar }} تقدم بطلبك الآن تسجيل الدخول {{-- Sign In --}} {{ $page->explore_heading_ar }} @if (count($contents) > 0) @foreach ($contents as $content) {{ $content->category->title_ar }} {{ $content->title_ar }} {{ $content->created_at->locale('ar')->translatedFormat('d F, Y') }} @endforeach @endif {{ $page->article_heading_ar }} {{ $page->article_description_ar }} فئة @foreach ($categories as $category) {{ $category->title_ar }} @endforeach يبحث @if (count($contentss) > 0) @foreach ($contentss as $content) {{ $content->category->title_ar }} {{ $content->created_at->locale('ar')->translatedFormat('d F, Y') }} {!! Str::words($content->title_ar, 7, ' ...') !!} {!! Str::words($content->short_description_ar, 12, ' ...') !!} {{-- {!! Str::limit($content->title_en, 36, ' ...') !!} {!! Str::limit($content->short_description_en, 85, ' ...') !!} --}} {{-- --}} @endforeach @endif {{ $page->services_heading_ar }} {{ $page->services_description_ar }} @foreach ($services as $tab) {{ $tab->heading_ar }} @endforeach @foreach ($services as $tab) {{ $tab->title_ar }} {{ $tab->description_ar }} @foreach ($tab->serviceItems as $item) {{ $item->item_ar }} @endforeach @if ($tab->heading_ar == "تتبع طلبي") تتبع الآن @else تقدم بطلبك الآن @endif @endforeach {{ $preferences->application_heading_ar }} {{ $preferences->application_description_ar }} اتصل بنا الأسئلة الشائعة {{-- {{ $preferences->application_heading_en }} {{ $preferences->application_description_en }} Contact Us FAQs --}} @endsection
{{ $page->newsletter_description_ar }}
{{ $page->article_description_ar }}
{!! Str::words($content->short_description_ar, 12, ' ...') !!}
{!! Str::limit($content->short_description_en, 85, ' ...') !!}
{{ $page->services_description_ar }}
{{ $preferences->application_description_ar }}
{{ $preferences->application_description_en }}