Changed to using new Address Model, Implemented Setup, Some minor CSS changes
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
@endauth
|
||||
<dl>
|
||||
<dt>Expore Networks</dt>
|
||||
@foreach (\App\Models\Domain::active()->public()->get() as $o)
|
||||
@foreach (\App\Models\Domain::active()->public()->orderBy('name')->get() as $o)
|
||||
<dd><a href="{{ url('network',['id'=>$o->id]) }}" title="{{ $o->description }}">{{ $o->name }}</a></dd>
|
||||
@endforeach
|
||||
</dl>
|
||||
|
Reference in New Issue
Block a user