@extends('layouts.app') @php $isAr = app()->getLocale()==='ar'; @endphp @section('title', $isAr?'شروط الخدمة':'Terms of Service') @section('content')

{{ $isAr?'شروط الخدمة':'Terms of Service' }}

{{ $isAr?'باستخدامك لمنتجات Media Serve فإنك توافق على الشروط التالية.':'By using Media Serve products, you agree to the following terms.' }}

@endsection