diff --git a/resources/views/livewire/molecule-details.blade.php b/resources/views/livewire/molecule-details.blade.php index 021752e8..498e83b2 100644 --- a/resources/views/livewire/molecule-details.blade.php +++ b/resources/views/livewire/molecule-details.blade.php @@ -136,19 +136,28 @@ class="mx-auto mt-8 grid max-w-3xl grid-cols-1 gap-6 sm:px-6 lg:max-w-7xl lg:gri
@if ($molecule->organisms && count($molecule->organisms) > 0)
-
+
-

+

Organisms ({{ count($molecule->organisms) }})

+ +
+ +
    @foreach ($molecule->organisms as $index => $organism) @if ($organism != '') -
  • +
  • - - - + + +
  • @endif @endforeach