@extends('layouts.app') @section('keywords', '') @section('description', '') @section('css') @endsection @section('content') {{-- --}} Back @csrf Reset Password @if (session('status')) {{ session('status') }} @endif @error('username') {{ $message }} @enderror {{ __('Send Password Reset Link') }} @endsection