@foreach (App\Models\Application::all() as $app)
{{ $app->name}} Client ID: {{ $app->client_id }} Secret: {{ $app->client_secret }}
@endforeach