@extends('layouts/contentLayoutMaster') @section('title', __('locale.labels.privacy_policy')) @section('content')

{{ __('locale.labels.privacy_policy') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@include('plugins.editor', ['content' => $privacyPolicyData])
@endsection