@extends('layouts.app') @section('keywords', '') @section('description', '') @section('css') @endsection @section('content')
{{-- --}} Back
@csrf

Reset Password

@if (session('status')) @endif
@error('username') {{ $message }} @enderror
@endsection