Changeset d25ba66 for resources/views/auth
- Timestamp:
- 02/24/21 17:04:35 (4 years ago)
- Branches:
- master
- Children:
- 0c07a90
- Parents:
- 1f059b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
resources/views/auth/login.blade.php
r1f059b0 rd25ba66 22 22 <div class="alert alert-danger alert-dismissible fade show" role="alert"> 23 23 <strong> {{ Session::get('isActiveError') }} </strong> 24 <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button> 25 </div> 26 @endif 27 28 @if(Session::has('password_created')) 29 <div class="alert alert-success alert-dismissible fade show" role="alert"> 30 <strong> {{ Session::get('password_created') }} </strong> 24 31 <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button> 25 32 </div>
Note:
See TracChangeset
for help on using the changeset viewer.