@extends('fronts.layouts.app') @section('front-title') {{ __('messages.privacy_policy') }} @endsection @section('front-content')
{!! $frontCMSSettings['privacy_policy'] !!}
@endsection