flexisip-account-manager/flexiapi/resources/views/account/password_changed.blade.php
2024-12-04 16:25:13 +01:00

18 lines
455 B
PHP

@extends('layouts.main', ['welcome' => true])
@section('content')
<section>
<header>
<h1><i class="ph">lock</i> Reset password</h1>
</header>
<p>Your password was updated properly.</p>
<p>
<a class="btn" href="{{ route('account.login')}}">Authenticate</a>
</p>
</section>
<section class="on_desktop">
<img src="{{ asset('img/lock.svg') }}">
</section>
@endsection