@vite(['resources/css/app.css', 'resources/js/app.js'])
Restricted operations

{{ $requiresTwoFactor ? 'Verify your identity.' : 'Admin sign in.' }}

@if ($requiresTwoFactor)
@csrf
@else
@csrf
@endif @if ($errors->any())

{{ $errors->first() }}

@endif