@extends('components.dashboard.layout.layout') @section('content') @include('components.alert')
@if (filled($atcLoginUrl)) {{-- --}} {{-- --}} @else
ATC login failed

{{ $atcLoginError ?? 'SSO login URL could not be generated.' }}

@endif
@endsection