@if (isset($section))
{!! nl2br(\ManualSection::select('content')->where('code', $section)->first()->content) !!}
@else {{ \ManualChapter::select('title')->where('code', $chapter)->first()->title }}{!! nl2br(\ManualChapter::select('content')->where('code', $chapter)->first()->content) !!}
@endif