@extends('tri-layout') @section('container-attrs') id="entity-dashboard" entity-id="{{ $chapter->id }}" entity-type="chapter" @stop @section('body')
{!! nl2br(e($chapter->description)) !!}
@if(count($pages) > 0){{ trans('entities.chapters_empty') }}