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