@extends('layouts.app') @section('content')

{{ $title }}


{!! $content !!}
On This Page
@if(count($toc) > 0) @else

No sections available

@endif
Quick Actions
@endsection