Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sibiling
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Syaifur
sibiling
Commits
4be88cc9
Commit
4be88cc9
authored
Oct 29, 2024
by
Rudi Kurniawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tambah link bantuan di form registrasi
parent
abad2178
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
create.blade.php
resources/views/auth/create.blade.php
+16
-5
No files found.
resources/views/auth/create.blade.php
View file @
4be88cc9
...
...
@@ -66,7 +66,7 @@
<label>NPSN</label>
<div class="
input
-
group
">
<span class="
input
-
group
-
text
"><i data-feather="
user
"></i></span>
<input required class="
form
-
control
@
error
(
'npsn'
)
is
-
invalid
@
enderror
" type="
number
" name="
npsn
" placeholder="
Masukkan
NPSN
Sekolah
" value="
{{
old
(
'npsn'
)}}
" />
<input required class="
form
-
control
@
error
(
'npsn'
)
is
-
invalid
@
enderror
" type="
number
" name="
npsn
" placeholder="
Ketik
NPSN
Sekolah
" value="
{{
old
(
'npsn'
)}}
" />
@error('npsn')
<span class="
invalid
-
feedback
" role="
alert
">
<strong>{{
$message
}}</strong>
...
...
@@ -78,7 +78,7 @@
<label>Nama Sekolah</label>
<div class="
input
-
group
">
<span class="
input
-
group
-
text
"><i data-feather="
user
"></i></span>
<input required class="
form
-
control
@
error
(
'nama'
)
is
-
invalid
@
enderror
" type="
text
" name="
nama
" placeholder="
Masukkan
Nama
Sekolah
" value="
{{
old
(
'nama'
)}}
" />
<input required class="
form
-
control
@
error
(
'nama'
)
is
-
invalid
@
enderror
" type="
text
" name="
nama
" placeholder="
Ketik
Nama
Sekolah
" value="
{{
old
(
'nama'
)}}
" />
@error('nama')
<span class="
invalid
-
feedback
" role="
alert
">
<strong>{{
$message
}}</strong>
...
...
@@ -90,7 +90,7 @@
<label>Nama Admin</label>
<div class="
input
-
group
">
<span class="
input
-
group
-
text
"><i data-feather="
user
"></i></span>
<input required class="
form
-
control
@
error
(
'admin'
)
is
-
invalid
@
enderror
" type="
text
" name="
admin
" placeholder="
Masukkan
Nama
Admin
Sekolah
" value="
{{
old
(
'admin'
)}}
" />
<input required class="
form
-
control
@
error
(
'admin'
)
is
-
invalid
@
enderror
" type="
text
" name="
admin
" placeholder="
Ketik
Nama
Admin
Sekolah
" value="
{{
old
(
'admin'
)}}
" />
@error('admin')
<span class="
invalid
-
feedback
" role="
alert
">
<strong>{{
$message
}}</strong>
...
...
@@ -102,7 +102,7 @@
<label>Nomor Whatsapp Admin</label>
<div class="
input
-
group
">
<span class="
input
-
group
-
text
"><i data-feather="
user
"></i></span>
<input required class="
form
-
control
@
error
(
'nomor'
)
is
-
invalid
@
enderror
" type="
number
" name="
nomor
" placeholder="
Masukkan
Nomor
Whatsapp
Admin
Sekolah
" value="
{{
old
(
'nomor'
)}}
" />
<input required class="
form
-
control
@
error
(
'nomor'
)
is
-
invalid
@
enderror
" type="
number
" name="
nomor
" placeholder="
Ketik
Nomor
Whatsapp
Admin
Sekolah
" value="
{{
old
(
'nomor'
)}}
" />
@error('nomor')
<span class="
invalid
-
feedback
" role="
alert
">
<strong>{{
$message
}}</strong>
...
...
@@ -124,7 +124,18 @@
<div class="
form
-
group
">
<button class="
btn
btn
-
primary
btn
-
block
" type="
submit
">Register</button>
</div>
<p>Sudah punya akun ?<a class="
ms
-
2
" href="
{{
url
(
'login'
)
}}
">Login</a></p>
<div class="
login
-
social
-
title
">
<h5>Butuh bantuan?</h5>
</div>
<a href="
https
://
drive
.
google
.
com
/
file
/
d
/
1
YlghzAHPR56seUlEGGU8Thtz0
-
CHMOMG
/
view
?
usp
=
drive_link
" class="
mb
-
2
btn
btn
-
sm
btn
-
pill
btn
-
outline
-
info
">
<i class="
icofont
icofont
-
ebook
"></i>
Baca panduan
</a>
<a href="
https
://
wa
.
me
/+
6281225296005
?
text
=
Halo
%
2
C
%
20
ada
%
20
yang
%
20
bisa
%
20
simin
%
20
bantu
%
3
F
" class="
mb
-
2
btn
btn
-
sm
btn
-
pill
btn
-
outline
-
secondary
">
<i class="
icofont
icofont
-
brand
-
whatsapp
"></i>
hubungi Admin
</a>
<p class="
my
-
4
">Sudah punya akun ?<a class="
ms
-
2
" href="
{{
url
(
'login'
)
}}
">Login</a></p>
</form>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment