@extends('front.layouts.app') @section('meta_title', 'CLE Privacy Policy | Clearly Legal Data Protection') @section('meta_description', 'Read the Clearly Legal CLE privacy policy to learn how we collect, use, protect and safeguard personal and professional data for attorneys using our online education services.') @section('content') @foreach ($pages as $page) @if ($page->slug == 'privacy')

{{ $page->title }}

{!! $page->description !!}
@endif @endforeach @endsection