Formatting fixes and cleanup.
This commit is contained in:
parent
a1e14a3e60
commit
51fb71e469
41 changed files with 394 additions and 392 deletions
|
|
@ -4,25 +4,25 @@
|
|||
|
||||
<form class="space-y-4" wire:submit.prevent="submit">
|
||||
|
||||
<div>
|
||||
<x-ignite-label for="username">{{ __('Username') }}</x-ignite-label>
|
||||
<x-ignite-input name="username" value="{{ $username }}" disabled />
|
||||
</div>
|
||||
<div>
|
||||
<x-ignite-label for="username">{{ __('Username') }}</x-ignite-label>
|
||||
<x-ignite-input name="username" value="{{ $username }}" disabled />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<x-ignite-label for="password_current">{{ __('Current Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password_current" wire:model="password_current" />
|
||||
</div>
|
||||
<div>
|
||||
<x-ignite-label for="password_current">{{ __('Current Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password_current" wire:model="password_current" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<x-ignite-label for="password">{{ __('New Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password" wire:model="password" />
|
||||
</div>
|
||||
<div>
|
||||
<x-ignite-label for="password">{{ __('New Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password" wire:model="password" />
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<x-ignite-label for="password_confirmation">{{ __('Confirm Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password_confirmation" wire:model="password_confirmation" />
|
||||
</div>
|
||||
<div>
|
||||
<x-ignite-label for="password_confirmation">{{ __('Confirm Password') }}</x-ignite-label>
|
||||
<x-ignite-password name="password_confirmation" wire:model="password_confirmation" />
|
||||
</div>
|
||||
|
||||
<x-button type="info">{{ __('Save') }}</x-button>
|
||||
<x-button href="{{ route('admin') }}" type="warning">{{ __('Back') }}</x-button>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<ul class="py-4 space-y-2 text-white">
|
||||
<li><a class="{{ $item_classes }}" href="{{ url('/admin/account') }}"><x-heroicon-o-user class="h-8 mr-2"/> {{ __('Account') }}</a></li>
|
||||
<li><a class="{{ $item_classes }}" href="{{ url('/admin') }}"><x-heroicon-o-user-group class="h-8 mr-2"/> {{ __('Admins') }}</a></li>
|
||||
<li><a class="{{ $item_classes }}" href="{{ url('/admin') }}"><x-heroicon-o-user-group class="h-8 mr-2"/> {{ __('Admins') }}</a></li>
|
||||
</ul>
|
||||
|
||||
<ul class="py-4 space-y-2 text-white">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue