@extends('layout1') @section('title') {{ __('Privacy and Policy') }} @endsection @section('frontend-content')

{{ __('Privacy Policy') }}

@if ($privacyPolicy) {!! $privacyPolicy->translation->privacy_policy !!} @endif
@endsection