Dashboard
@can('system-details')
System Settings Manage your system features
@foreach ($system as $gModule) @can('view', $gModule)
href) href="{{ route($gModule->href) }}" @endif tabindex="0"> {{ $gModule->name }} @if ($gModule->active === 0) Soon @endif
@endcan @endforeach @endcan