|
@@ -96,23 +96,13 @@ Notes
|
|
|
</div>
|
|
|
<div class="card-body">
|
|
|
<div>
|
|
|
- @foreach ($sectionTemplates as $sectionTemplate)
|
|
|
- <a href="{{route('section_create_form', [$note->uid, $sectionTemplate->uid])}}" show start>add
|
|
|
- '{{$sectionTemplate->title}}' section</a>
|
|
|
- @endforeach
|
|
|
- @if($note->sections->count())
|
|
|
- @foreach ($note->sections as $section)
|
|
|
- <div class="mt-2">
|
|
|
- <div>
|
|
|
- {!! $section->summary_html !!}
|
|
|
- <a href="{{route('section_update_form', $section->uid)}}">update section</a>
|
|
|
- </div>
|
|
|
+
|
|
|
+ <div class="mt-2">
|
|
|
+ <div>
|
|
|
+ {!! $note->free_text_html !!}
|
|
|
</div>
|
|
|
- @if(!$loop->last)
|
|
|
- <hr>
|
|
|
- @endif
|
|
|
- @endforeach
|
|
|
- @endif
|
|
|
+ </div>
|
|
|
+
|
|
|
@if($note->bills->count())
|
|
|
<div class="mt-2">
|
|
|
<table class="table table-sm tabe-striped">
|