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