@extends('website_ar.layouts.app') @section('content')

{{ $page->heading_ar }}

{!! $page->sub_description_ar !!}

{{ str_replace('-', ' ', pathinfo($page->image, PATHINFO_FILENAME)) }}

الشروط والأحكام

{!! $page->description_ar !!}

{{ $preferences->help_heading_ar }}

{{ $preferences->help_description_ar }}

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