Skip to content

Commit ddae0de

Browse files
committed
fix: stub extention changes to blade.php
1 parent b002c58 commit ddae0de

File tree

11 files changed

+5
-4
lines changed

11 files changed

+5
-4
lines changed

adminlte-stubs/auth/login.stub renamed to adminlte-stubs/auth/login.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class="form-control @error('email') is-invalid @enderror">
4040
<div class="input-group-text"><span class="fas fa-envelope"></span></div>
4141
</div>
4242
@error('email')
43-
<span class="error invalid-feedback">{{ $message }}</span>
43+
<span class="error invalid-feedback">{{ $message }}</span>
4444
@enderror
4545
</div>
4646

@@ -55,7 +55,7 @@ class="form-control @error('password') is-invalid @enderror">
5555
</div>
5656
</div>
5757
@error('password')
58-
<span class="error invalid-feedback">{{ $message }}</span>
58+
<span class="error invalid-feedback">{{ $message }}</span>
5959
@enderror
6060

6161
</div>
File renamed without changes.
File renamed without changes.
File renamed without changes.

adminlte-stubs/layouts/app.stub renamed to adminlte-stubs/layouts/app.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
<ul class="navbar-nav ml-auto">
3131
<li class="nav-item dropdown user-menu">
3232
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
33-
<img src="https://infyom.com/images/logo/blue_logo_150x150.jpg" class="user-image img-circle elevation-2" alt="User Image">
33+
<img src="https://infyom.com/images/logo/blue_logo_150x150.jpg"
34+
class="user-image img-circle elevation-2" alt="User Image">
3435
<span class="d-none d-md-inline">{{ Auth::user()->name }}</span>
3536
</a>
3637
<ul class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)