diff --git a/src/pages/tokens.html b/src/pages/tokens.html index e806bf0..40d5b93 100644 --- a/src/pages/tokens.html +++ b/src/pages/tokens.html @@ -12,18 +12,17 @@ API_TOKEN: "{{ $token->api_token }}" +@foreach($tokens as $token) +
- @foreach($tokens as $token) -
- - {{{ TOKEN_NAME }}} - - - {{{ API_TOKEN }}} - - - @endforeach + + {{{ TOKEN_NAME }}} + + + {{{ API_TOKEN }}} +
+@endforeach