ui updates
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<x-layout>
|
||||
<h1>Profile</h1>
|
||||
<div class="pb-10 text-sm breadcrumbs">
|
||||
<ul>
|
||||
<li>
|
||||
<nav class="flex pt-2 pb-10 text-sm">
|
||||
<ol class="inline-flex items-center">
|
||||
<li class="inline-flex items-center">
|
||||
Your user profile settings.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</ol>
|
||||
</nav>
|
||||
<livewire:profile.form :request="$request" />
|
||||
<h3 class="py-4">Two-factor Authentication</h3>
|
||||
@if (session('status') == 'two-factor-authentication-enabled')
|
||||
|
||||
Reference in New Issue
Block a user