{{ config('app.name', 'HostBill') }}

Reset your password

@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $e)

{{ $e }}

@endforeach
@endif
@csrf

Back to Login