@endif
@foreach ($meeting->meeting_note_documents as $document)
{{ $document->title }}
{{ displayFileSize($document->document_path) }}
{{ formatDate($document->meeting_date) }}
@if ($document->is_signed)
Signature Required
@else
Signature Not Required
@endif
{{$document->type_of_setting??''}}