Changeset c5e383e for resources/views
- Timestamp:
- 12/26/21 18:31:54 (3 years ago)
- Branches:
- master
- Parents:
- 62d01a6
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
resources/views/auth/new_password.blade.php
r62d01a6 rc5e383e 1 1 @extends('layouts.auth') 2 2 3 @section("title", "SaveSpace - Createpassword")3 @section("title", "SaveSpace - New password") 4 4 5 5 @section('content') … … 11 11 <!-- ./ logo --> 12 12 13 <h5> Createpassword</h5>13 <h5>New password</h5> 14 14 15 15 <!-- form --> 16 <form action="{{ route("auth. create-password", ["id" => $id, "token" => $token]) }}" method="post">16 <form action="{{ route("auth.new-password", ["id" => $id, "token" => $token]) }}" method="post"> 17 17 @csrf 18 18 … … 26 26 <input type="text" id="security_code" class="form-control" name="security_code" autocomplete="off" placeholder="Security code" required> 27 27 </div> 28 <input type="submit" value=" Create Password" class="btn btn-primary btn-block">28 <input type="submit" value="Submit" class="btn btn-primary btn-block"> 29 29 <hr> 30 30 </form>
Note:
See TracChangeset
for help on using the changeset viewer.