@lang('bo.document_content')
+ @lang('bo.document_title')
+ {{$doc->getTitle()}} ({{$doc->getTitle()->getLang()}})
+ @lang('bo.document_editors')
+ @foreach ($doc->getPublishers() as $index => $publisher){{ $index>0?", ":"" }}{{$publisher}}@endforeach
+ @lang('bo.document_types')
+ @foreach ($doc->getOtherTypes() as $index => $type){{ $index>0?", ":"" }}{{$type}}@endforeach
+ @lang('bo.document_discourse_types')
+
+ @foreach ($doc->getDiscourseTypes() as $index => $type)
+
+ @endforeach
+
+
+