@extends('front.layouts.app') @section('meta_title', 'Clearly Legal Press & Media | CLE News & Announcements') @section('meta_description', 'Visit the Clearly Legal press page for company news, media coverage, CLE industry insights, product updates and official announcements about online legal education.') @section('content')
{{--
innerpagebg
--}} @foreach ($pages as $page) @if ($page->slug == 'press') {!! $page->description !!} @endif @endforeach
@if (!$news->isEmpty())
@foreach ($news as $n)

{{ $n->title }}

{!! strip_tags($n->description) !!}

Read More
@endforeach

Archives

@else

No press releases available.

@endif
course_bottom_line
@include('front.modules.subscribe.index') @include('front.modules.contact.index') @endsection