@extends('front.layouts.app') @section('content')
@if($privacypolicy && $privacypolicy->description) {!! $privacypolicy->description !!} @else
{{ \App\Helpers\TranslationHelper::translate('Privacy policy content is not available at the moment.') }}
@endif