@extends('client.auth.layouts.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('username') {{ $message }} @enderror
@endsection