@extends('site.layout') @section('content')
Privacy Policy
@if (!empty(trim((string) $content))) {!! $content !!} @else Privacy policy content will be managed from the admin panel. @endif
@endsection