@extends('litstack::landing') @section('title') {{ ucwords(__lit('passwords.buttons.reset')) }} @endsection @section('content')
{{ ucwords(__lit('passwords.buttons.reset')) }}
@csrf
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@error('password') {{ $message }} @enderror
@if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
@if($errors->has('token')) {{ $errors->first('token') }} @endif
@if($errors->has('token')) {{ __lit('passwords.buttons.resend') }} @else @endif
@endsection