PHP Classes

File: resources/views/vendor/filament-edit-profile/livewire/edit-password-form.blade.php

Recommend this page to a friend!
  Packages of Nemeth Zoltan   Cards API PHP   resources/views/vendor/filament-edit-profile/livewire/edit-password-form.blade.php   Download  
File: resources/views/vendor/filament-edit-profile/livewire/edit-password-form.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Cards API PHP
Manage trading cards, decks, games, and creators
Author: By
Last change:
Date: 11 days ago
Size: 389 bytes
 

Contents

Class file image Download
<x-filament-panels::form wire:submit="updatePassword">
    {{ $this->form }}

    <div class="fi-form-actions">
        <div class="flex flex-row-reverse flex-wrap items-center gap-3 fi-ac">
            <x-filament::button type="submit">
                {{ __('filament-edit-profile::default.save') }}
            </x-filament::button>
        </div>
    </div>
</x-filament-panels::form>