diff --git a/resources/views/notebooks/index.blade.php b/resources/views/notebooks/index.blade.php index f12034e..a24fd0a 100644 --- a/resources/views/notebooks/index.blade.php +++ b/resources/views/notebooks/index.blade.php @@ -130,15 +130,15 @@ @foreach ($notes as $noteObj) @if(!($noteObj->isDeleted()) && ($noteObj->isHidden()))
- +
@@ -159,7 +159,6 @@
-
@endif @endforeach