edit deskripsi 2

This commit is contained in:
novitabening 2025-01-01 22:50:48 +07:00
parent 3ca34ccf52
commit a364dbf24a
7 changed files with 18 additions and 18 deletions

View File

@ -25,13 +25,13 @@
<table id="datatable" class="table align-middle text-wrap w-100"> <table id="datatable" class="table align-middle text-wrap w-100">
<thead> <thead>
<tr> <tr>
<th width="10px" class="text-center">#</th> <th width="10px" class="text-center">No</th>
<th>Name</th> <th>Name</th>
<th>Percentage</th> <th>Percentage</th>
<th>Description</th> <th>Description</th>
<th>Solution</th> <th>Solution</th>
<th class="text-center">Status</th> <th class="text-center">Status</th>
<th width="10px" class="text-center">#</th> <th width="10px" class="text-center">Detail</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -29,7 +29,7 @@
<th>Addiction</th> <th>Addiction</th>
<th>Result</th> <th>Result</th>
<th>Date Time</th> <th>Date Time</th>
<th width="10px" class="text-center">#</th> <th width="10px" class="text-center">Detail</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -57,8 +57,8 @@
</div> </div>
<div class="col-md-8 ps-md-0"> <div class="col-md-8 ps-md-0">
<div class="auth-form-wrapper px-4 py-5"> <div class="auth-form-wrapper px-4 py-5">
<a href="#" class="nobleui-logo d-block mb-2">Noble<span>UI</span></a> <a href="#" class="nobleui-logo d-block mb-2">Deteksi Kecanduan Belanja Online<span></span></a>
<h5 class="text-secondary fw-normal mb-4">Welcome back! Log in to Admin. <h5 class="text-secondary fw-normal mb-4">Log in to Admin.
</h5> </h5>
<form class="forms-sample" method="POST" action="{{ route('admin.postlogin') }}"> <form class="forms-sample" method="POST" action="{{ route('admin.postlogin') }}">
@csrf @csrf
@ -82,12 +82,12 @@
</span> </span>
@enderror @enderror
</div> </div>
<div class="form-check mb-3"> <!--<div class="form-check mb-3">
<input type="checkbox" class="form-check-input" id="authCheck"> <input type="checkbox" class="form-check-input" id="authCheck">
<label class="form-check-label" for="authCheck"> <label class="form-check-label" for="authCheck">
Remember me Remember me
</label> </label>
</div> </div> -->
<div> <div>
<button type="submit" class="btn btn-primary me-2 mb-2 mb-md-0 text-white">Login</button> <button type="submit" class="btn btn-primary me-2 mb-2 mb-md-0 text-white">Login</button>
</div> </div>

View File

@ -57,8 +57,8 @@
</div> </div>
<div class="col-md-8 ps-md-0"> <div class="col-md-8 ps-md-0">
<div class="auth-form-wrapper px-4 py-5"> <div class="auth-form-wrapper px-4 py-5">
<a href="#" class="nobleui-logo d-block mb-2">Noble<span>UI</span></a> <a href="#" class="nobleui-logo d-block mb-2">Deteksi Kecanduan Belanja Online<span></span></a>
<h5 class="text-secondary fw-normal mb-4">Welcome back! Log in to your account. <h5 class="text-secondary fw-normal mb-4">Log in to your account.
</h5> </h5>
<form class="forms-sample" method="POST" action="{{ route('login') }}"> <form class="forms-sample" method="POST" action="{{ route('login') }}">
@csrf @csrf
@ -82,12 +82,12 @@
</span> </span>
@enderror @enderror
</div> </div>
<div class="form-check mb-3"> <!--<div class="form-check mb-3">
<input type="checkbox" class="form-check-input" id="authCheck"> <input type="checkbox" class="form-check-input" id="authCheck">
<label class="form-check-label" for="authCheck"> <label class="form-check-label" for="authCheck">
Remember me Remember me
</label> </label>
</div> </div> -->
<div> <div>
<button type="submit" class="btn btn-primary me-2 mb-2 mb-md-0 text-white">Login</button> <button type="submit" class="btn btn-primary me-2 mb-2 mb-md-0 text-white">Login</button>
</div> </div>

View File

@ -58,7 +58,7 @@
</div> </div>
<div class="col-md-8 ps-md-0"> <div class="col-md-8 ps-md-0">
<div class="auth-form-wrapper px-4 py-5"> <div class="auth-form-wrapper px-4 py-5">
<a href="#" class="nobleui-logo d-block mb-2">Noble<span>UI</span></a> <a href="#" class="nobleui-logo d-block mb-2">Deteksi Kecanduan Belanja Online<span></span></a>
<h5 class="text-secondary fw-normal mb-4">Create a free account.</h5> <h5 class="text-secondary fw-normal mb-4">Create a free account.</h5>
<form class="forms-sample"method="POST" action="{{ route('register') }}"> <form class="forms-sample"method="POST" action="{{ route('register') }}">
@csrf @csrf
@ -94,12 +94,12 @@
<label for="userPassword" class="form-label">Confirm Password</label> <label for="userPassword" class="form-label">Confirm Password</label>
<input id="password-confirm" type="password" placeholder="Confirm password" class="form-control" name="password_confirmation" required autocomplete="new-password"> <input id="password-confirm" type="password" placeholder="Confirm password" class="form-control" name="password_confirmation" required autocomplete="new-password">
</div> </div>
<div class="form-check mb-3"> <!-- <div class="form-check mb-3">
<input type="checkbox" class="form-check-input" id="authCheck"> <input type="checkbox" class="form-check-input" id="authCheck">
<label class="form-check-label" for="authCheck"> <label class="form-check-label" for="authCheck">
Remember me Remember me
</label> </label>
</div> </div> -->
<div> <div>
<button type="submit" class="btn btn-primary text-white me-2 mb-2 mb-md-0">Sign up</button> <button type="submit" class="btn btn-primary text-white me-2 mb-2 mb-md-0">Sign up</button>
</div> </div>

View File

@ -11,7 +11,7 @@
<div class="col-md-8 grid-margin stretch-card"> <div class="col-md-8 grid-margin stretch-card">
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
<h4 class="card-title mb-0">Tentang Sistem Pakar</h4> <h4 class="card-title mb-0">Tentang Belanja Online</h4>
</div> </div>
<div class="card-body"> <div class="card-body">
<p class="mb-3" style="text-align: justify">Kegiatan belanja online yang berlebihan dapat menjadi kebiasaan yang jika dilakukan terus menerus akan mengakibatkan kecanduan.</p> <p class="mb-3" style="text-align: justify">Kegiatan belanja online yang berlebihan dapat menjadi kebiasaan yang jika dilakukan terus menerus akan mengakibatkan kecanduan.</p>
@ -34,7 +34,7 @@
</table> </table>
</div> </div>
<div class="card-footer text-center"> <div class="card-footer text-center">
<a href="{{ route('user.addiction') }}" class="btn btn-primary">Mulai Konsultasi</a> <a href="{{ route('user.addiction') }}" class="btn btn-primary">Mulai Tes</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -18,11 +18,11 @@
<table id="datatable" class="table align-middle"> <table id="datatable" class="table align-middle">
<thead> <thead>
<tr> <tr>
<th width="10px" class="text-center">#</th> <th width="10px" class="text-center">No</th>
<th>Addiction</th> <th>Addiction</th>
<th>Result</th> <th>Result</th>
<th>Date Time</th> <th>Date Time</th>
<th width="10px" class="text-center">#</th> <th width="10px" class="text-center">Detail</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>