File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<x-aim-admin::layout .login >
22 <x-aim-admin::layout .auth-card >
33 <x-slot name =" logo" >
4- <img src =" {{ asset (' logo.png' ) } }" alt =" Logo" style =" width : 150px ; height : auto ;" >
4+ <img src =" {{ asset (' img/ logo.png' ) } }" alt =" Logo" style =" width : 150px ; height : auto ;" >
55 </x-slot >
66 <form method =" POST" action =" {{ route (' login' ) } }" >
77 @csrf
Original file line number Diff line number Diff line change 11<x-aim-admin::layout .login >
22 <x-aim-admin::layout .auth-card >
33 <x-slot name =" logo" >
4- <img src =" {{ asset (' logo.png' ) } }" alt =" Logo" style =" width : 150px ; height : auto ;" >
4+ <img src =" {{ asset (' img/ logo.png' ) } }" alt =" Logo" style =" width : 150px ; height : auto ;" >
55 </x-slot >
66 <div class =" text-center" >
77 <h3 class =" mb-3" >User Registration</h3 >
Original file line number Diff line number Diff line change 88
99 {{-- Sidebar brand logo --}}
1010 <a href =" {{ URL (' /' )} }" class =" brand-link {{ config (' aim-admin.layout_class.brand' , ' ' )} }" >
11- <img src =" {{ asset (' logo.png' )} }" alt =" Aim Admin" class =" brand-image img-circle elevation-3" >
11+ <img src =" {{ asset (' img/ logo.png' )} }" alt =" Aim Admin" class =" brand-image img-circle elevation-3" >
1212 <span class =" brand-text font-weight-light" >{{ $applicationName } } </span >
1313 </a >
1414
You can’t perform that action at this time.
0 commit comments