@extends('layouts.default') @section('body')
@csrf @component('components.title') @endcomponent
@error('two_factor') {{ $message }} @enderror
{{ __('Logout') }}
@endsection