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