authentication.blade.php 101 B

1234567
  1. # Authenticating requests
  2. @if(!$isAuthed)
  3. This API is not authenticated.
  4. @else
  5. {!! $text !!}
  6. @endif