@extends('front.layouts.app') @section('meta_title', 'CLE Online Courses Pricing & Plans for Lawyers') @section('meta_description', 'Explore Clearly Legal CLE pricing — choose flexible plans for online CLE courses and podcast credits, transparent fees and options tailored for busy attorneys.') @section('content')
{{--
innerpagebg
--}} @foreach ($pages as $page) @if ($page->slug == 'pricing') {!! $page->description !!} @endif @endforeach
@include('front.includes.pricing') {{-- @include('front.modules.banner.index') --}} {{-- @include('front.modules.contact.index') --}} @endsection