diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 8eb001753..50b959fde 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -59,24 +59,26 @@ @endif - - @if (setting('default.use_gravatar', '0') == '1') - - @elseif (is_object($item->picture)) - - @else - - @endif + + + @if (setting('default.use_gravatar', '0') == '1') + + @elseif (is_object($item->picture)) + + @else + + @endif - {{ !empty($item->name) ? $item->name : trans('general.na') }} + {{ !empty($item->name) ? $item->name : trans('general.na') }} - @if ($item->hasPendingInvitation()) - - @endif + @if ($item->hasPendingInvitation()) + + @endif - @if (! $item->enabled) - - @endif + @if (! $item->enabled) + + @endif +