@extends('admin.layouts.admin') @section('title', __('Privacy Policy')) @section('content')

سياسه الخصوصية

@if (setting('privacy_policy'))
{!! nl2br(e(setting('privacy_policy'))) !!}
@else

{{ __('Privacy policy content is not available at the moment.') }}

@endif
@endsection