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