{{ $appName }}
{{ __('landing.privacy_policy') }}
{{ __('landing.privacy_last_updated') }} · {{ $privacy->last_updated ? $privacy->last_updated->format('F j, Y') : now()->format('F j, Y') }}
@foreach($activeSections as $section)
@endforeach
{{ $section['title'] }}
{!! nl2br(e($section['content'])) !!}
@if($section['id'] === 'contact' && $footer)
@if($footer->contact_email)
{{ $footer->contact_email }}
@endif
@if($footer->contact_phone)
{{ $footer->contact_phone }}
@endif
@if($footer->address)
{{ $footer->address }}
@endif
@endif