auth.blade.php 144 B

123456789
  1. # {{ __("scribe::headers.auth") }}
  2. @if(!$isAuthed)
  3. {!! __("scribe::no_auth") !!}
  4. @else
  5. {!! $authDescription !!}
  6. {!! $extraAuthInfo !!}
  7. @endif