Code cleanup, no functional changes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="col-9">
|
||||
<p>This system is aware of the following echoareas @can('admin',(new \App\Models\Echoarea))(you can <a href="{{ url('ftn/echoarea/addedit') }}">add</a> more)@endcan:</p>
|
||||
|
||||
@if (\App\Models\Echoarea::count() == 0)
|
||||
@if (\App\Models\Echoarea::count() === 0)
|
||||
@can('admin',(new \App\Models\Echoarea))
|
||||
<p>There are no echoareas setup, to <a href="{{ url('ftn/echoarea/addedit') }}">set up your first</a>.</p>
|
||||
@else
|
||||
|
Reference in New Issue
Block a user