Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
pad-upe
Commits
f1302172
Commit
f1302172
authored
May 22, 2024
by
Mur1love
Browse files
ajustes de pontuação e padronização
parent
e7e29e29
Changes
4
Hide whitespace changes
Inline
Side-by-side
resources/views/pad/admin/index.blade.php
View file @
f1302172
...
...
@@ -38,8 +38,8 @@
<
tr
>
<
th
scole
=
"col"
>
#</th>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Data
de
i
nício
</
th
>
<
th
scole
=
"col"
>
Data
de
fim
</
th
>
<
th
scole
=
"col"
>
I
nício
</
th
>
<
th
scole
=
"col"
>
Final
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Opções
</
th
>
</
tr
>
...
...
resources/views/users/_form.blade.php
View file @
f1302172
...
...
@@ -55,8 +55,8 @@
<
div
class
=
"mb-4 col-12"
>
<
div
class
=
"form-group"
>
<
label
class
=
"form-label"
for
=
"email"
>
E
-
M
ail
</
label
>
<
input
type
=
"text"
name
=
"email"
id
=
"email"
class
=
"form-control @error('email') is-invalid @enderror"
placeholder
=
"E-
M
ail"
value
=
"{{
$model->exists
?
$model->email
: old('email') }}"
>
<
label
class
=
"form-label"
for
=
"email"
>
E
-
m
ail
</
label
>
<
input
type
=
"text"
name
=
"email"
id
=
"email"
class
=
"form-control @error('email') is-invalid @enderror"
placeholder
=
"E-
m
ail"
value
=
"{{
$model->exists
?
$model->email
: old('email') }}"
>
@
include
(
'components.divs.errors'
,
[
'field'
=>
'email'
])
</
div
>
</
div
>
...
...
resources/views/users/_search.blade.php
View file @
f1302172
...
...
@@ -19,8 +19,8 @@
<div
class=
"mb-3 col-6"
>
<div
class=
"form-group"
>
<label
class=
"form-label"
for=
"email"
>
E-
M
ail
</label>
<input
type=
"email"
name=
"email"
id=
"email"
class=
"form-control"
placeholder=
"E-
M
ail"
value=
"{{ $model->email }}"
>
<label
class=
"form-label"
for=
"email"
>
E-
m
ail
</label>
<input
type=
"email"
name=
"email"
id=
"email"
class=
"form-control"
placeholder=
"E-
m
ail"
value=
"{{ $model->email }}"
>
</div>
</div>
...
...
resources/views/users/index.blade.php
View file @
f1302172
...
...
@@ -40,7 +40,7 @@
<
thead
>
<
tr
>
<
th
scole
=
"col"
>
Nome
</
th
>
<
th
scole
=
"col"
>
Email
</
th
>
<
th
scole
=
"col"
>
E
-
mail
</
th
>
<
th
scole
=
"col"
>
Status
</
th
>
<
th
scole
=
"col"
>
Campus
</
th
>
<
th
scole
=
"col"
>
Curso
</
th
>
...
...
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