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

Privacy Policy

Learn how we collect, use, and protect your personal information

{!! config_value('privacy_policy', '

Privacy Policy content not yet configured.

') !!}
@endsection