@extends('layouts.pro-logged-in') @section('content')
Note details:
@if(!$note->sections->count())
No sections on this note.
@else @foreach ($note->sections as $section)
{{$section->sectionTemplate->title}}
{!! $section->summary_html !!}
@endforeach @endif
@endsection