@extends('front.layouts.app') @section('content')
library banner
@foreach ($pages as $page) @if ($page->slug == 'library') {!! $page->description !!} @endif @endforeach
@include('front.includes.courses')
course_bottom_line
@include('front.modules.subscribe.index') @include('front.modules.contact.index') @endsection