Compare commits

...

2 Commits

Author SHA1 Message Date
229429e1e4 edit basemodel.php 2024-03-19 17:00:48 +07:00
cc2964d478 edit login.blade 2024-03-18 14:35:43 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
: LogOptions
{
return LogOptions::defaults()->logAll()
->useLogName('Cetak Label : ');
->useLogName('users');
}
}

View File

@ -44,7 +44,7 @@
<!--begin::Input group--->
<div class="fv-row mb-8">
<!--begin::Email-->
<input type="text" placeholder="Email" name="email" autocomplete="off" class="form-control bg-transparent" value="demo@demo.com"/>
<input type="text" placeholder="Email" name="email" autocomplete="off" class="form-control bg-transparent" value="admin@demo.com"/>
<!--end::Email-->
</div>