@extends('layouts.export') @section('title', $chapter->name) @section('content')

{{$chapter->name}}

{{ $chapter->description }}

@if(count($pages) > 0) @endif @foreach($pages as $page)

{{ $page->name }}

{!! $page->html !!} @endforeach @endsection