@extends('litstack::landing') @section('title') {{ ucwords(__lit('passwords.buttons.reset')) }} @endsection @section('content')
{{ ucwords(__lit('passwords.buttons.reset')) }}
@csrf
{{-- {{ dd(get_defined_vars()) }} --}} @if($errors->has('email')) {{ $errors->first('email') }} @endif @if(Session::has('status')) {{ Session::get('status') }} @endif
@endsection