{{ __('Privacy Policy') }}

@forelse ($items as $item)

{{ $item->title }}

{!! $item->body !!}
@empty

{{ __('No privacy policy is available at the moment.') }}

@endforelse @if ($supportPhone)

{{ __('For questions, contact us at') }} {{ $supportPhone }}.

@endif