auth.blade.php 147 B

123
  1. @if($authenticated)@component('scribe::components.badges.base', ['colour' => "darkred", 'text' => 'requires authentication'])
  2. @endcomponent
  3. @endif