diff --git a/resources/views/system/addedit.blade.php b/resources/views/system/addedit.blade.php index 1ff1f8d..f8beed0 100644 --- a/resources/views/system/addedit.blade.php +++ b/resources/views/system/addedit.blade.php @@ -258,8 +258,12 @@ use App\Models\Address;
This system can subscribe to the following echoareas:
- @include('system.widget.form-echoarea') + @if ($o->sessions->count()) +This system can subscribe to the following echoareas:
+ @include('system.widget.form-echoarea') + @else +No session details exist for this system, so Echoareas are unavailable.
+ @endifThis system can subscribe to the following fileareas:
- @include('system.widget.form-filearea') + @if ($o->sessions->count()) +This system can subscribe to the following fileareas:
+ @include('system.widget.form-filearea') + @else +No session details exist for this system, so Fileareas are unavailable.
+ @endifSubscribed | -Echoarea | -Description | -
---|
echoareas->search(function($item) use ($oo) { return $item->id === $oo->id; }) !== FALSE)checked @endif> | -{{ $oo->name }} | -{{ $oo->description }} | +Subscribed | +Echoarea | +Description |
---|
No echoareas available for this sytem. Check node security and/or echoarea security.
+ @endifSubscribed | -Filearea | -Description | -
---|
fileareas->search(function($item) use ($oo) { return $item->id === $oo->id; }) !== FALSE)checked @endif> | -{{ $oo->name }} | -{{ $oo->description }} | +Subscribed | +Filearea | +Description |
---|
No fileareas available for this sytem. Check node security and/or filearea security.
+ @endif