@extends('layouts/masterFront') @section('layoutContent')

Privacy Policy

@if($content)

{{ $content->title }}

{!! $content->description !!}
@else

Privacy policy content is not available at the moment.

@endif
@endsection