diff --git a/resources/views/auth/users/index.blade.php b/resources/views/auth/users/index.blade.php index 0551a0f18..b7d071a79 100644 --- a/resources/views/auth/users/index.blade.php +++ b/resources/views/auth/users/index.blade.php @@ -81,16 +81,14 @@ {{ $item->email }} - - @foreach($item->roles as $role) - - {{ $role->display_name }} - - @endforeach + +
+ @foreach($item->roles as $role) + + {{ $role->display_name }} + + @endforeach +
diff --git a/resources/views/banking/accounts/index.blade.php b/resources/views/banking/accounts/index.blade.php index 9515e422b..3e53d8eeb 100644 --- a/resources/views/banking/accounts/index.blade.php +++ b/resources/views/banking/accounts/index.blade.php @@ -62,11 +62,9 @@ - + -
- {{ $item->name }} -
+ {{ $item->name }} @if (! $item->enabled) diff --git a/resources/views/banking/reconciliations/index.blade.php b/resources/views/banking/reconciliations/index.blade.php index 78810f779..6ab680571 100644 --- a/resources/views/banking/reconciliations/index.blade.php +++ b/resources/views/banking/reconciliations/index.blade.php @@ -86,7 +86,7 @@
- + {{ $item->account->name }} diff --git a/resources/views/banking/transfers/index.blade.php b/resources/views/banking/transfers/index.blade.php index 0ab4e06ab..518480314 100644 --- a/resources/views/banking/transfers/index.blade.php +++ b/resources/views/banking/transfers/index.blade.php @@ -103,7 +103,7 @@ -