@extends('front.layouts.app') @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