@if(session('success'))
{{ session('success') }}
@endif

Create Document

@csrf

Active System Terms

@forelse($terms as $index => $term)
@if($term->image)
policy banner
@else
@endif

{{ $term->title }}

{{ $term->description }}

@empty

No terms configuration discovered. Use the form on the left to add rules.

@endforelse