@extends('layouts.admin') @section('title', 'Privacy & Policy') @section('page-title', 'Privacy & Policy') @section('admin_content')
@csrf
@foreach ($policyDefinitions as $key => $policy)

{{ $policy['title'] }}

@error($key)

{{ $message }}

@enderror

Safe HTML is supported. Changes are published to /page/{{ $policy['url_key'] }}.

@endforeach
@endsection