[WIP] Setup of skeleton
This commit is contained in:
8
resources/views/auth/loginbox.blade.php
Normal file
8
resources/views/auth/loginbox.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@if (config('app.name') == 'CRM')
|
||||
@include('auth.crm')
|
||||
|
||||
@endif
|
||||
|
||||
@if (config('app.name') == 'HestImmo')
|
||||
@include('auth.hestimmo')
|
||||
@endif
|
||||
Reference in New Issue
Block a user