@extends('front.layouts.app') @section('meta_title', 'Podcast CLE Courses Online for Lawyers | Clearly Legal') @section('meta_description', 'Earn CLE credits with expert-led legal podcasts. Listen anytime, anywhere and stay compliant with accredited online Podcast CLE courses from Clearly Legal.') @section('content') @foreach ($pages as $page) @if ($page->slug == 'library') {!! $page->description !!} @endif @endforeach @include('front.includes.courses') @include('front.modules.subscribe.index') @include('front.modules.contact.index') @endsection