@extends('website_ar.layouts.app') @section('content')
Blogs
{{ $page->blog_heading_ar }}
{{ $page->blog_description_ar }}
{{-- --}} Faq
{{ $page->faq_heading_ar }}
{{ $page->faq_description_ar }}
{{-- --}} Corporate Documents.png
{{ $page->document_heading_ar }}
{{ $page->document_description_ar }}
{{-- --}} News letters
{{ $page->newsletter_heading_ar }}
{{ $page->newsletter_description_ar }}

{{ $page->content_heading_ar }}

{{--
@if (!empty($blogsContent)) @foreach ($blogsContent as $content)
@if ($content->category) {{ $content->category->title_en }} @endif
{{ $content->created_at->format('d F, Y') }}
@if (!empty($content->read_time))
Read Time: {{$content->read_time}} Minutes
@endif

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

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

Read more
@endforeach @endif
@if (count($documentsContent)) @foreach ($documentsContent as $document)

PDF {{ number_format($document->size, 2) }}KB

{!! Str::limit($document->title_en, 36, ' ...') !!}

{!! Str::limit($document->description_en, 85, ' ...') !!}
@endforeach @endif
@if (!empty($newsContent)) @foreach ($newsContent as $content)
@if ($content->category) {{ $content->category->title_en }} @endif
{{ $content->created_at->format('d F, Y') }}
@if (!empty($content->read_time))
Read Time: {{$content->read_time}} Minutes
@endif

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

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

Read more
@endforeach @endif
--}}
{{--
--}} {{--

{{ $preferences->help_heading_en }}

{{ $preferences->help_description_en }}

--}}

{{ $preferences->help_heading_ar }}

{{ $preferences->help_description_ar }}

{{ str_replace('-', ' ', pathinfo($preferences->help_image, PATHINFO_FILENAME)) }}
@endsection