@extends('front.layouts.app') @section('content')
{{--
innerpagebg
--}} @foreach ($pages as $page) @if ($page->slug == 'faculty') {!! $page->description !!} @endif @endforeach
@foreach ($faculty as $index => $fcl) @endforeach

Interested in being on the faculty? Email us at contact@clearly.legal

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