Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agendamento
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Marcos Albano
agendamento
Commits
89059bb5
Commit
89059bb5
authored
Sep 02, 2020
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Atualizacao
parent
339efb1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.blade.php
resources/views/admin/pages/titulos/index.blade.php
+5
-5
No files found.
resources/views/admin/pages/titulos/index.blade.php
View file @
89059bb5
...
...
@@ -65,11 +65,11 @@
{{
--
<
strong
>
Número
do
Agendamento
:
</
strong
><
br
>
--
}}
<
input
class
=
"text form-control"
type
=
"hidden"
id
=
"datepicker1"
name
=
"id"
value
=
"{{
$agendamento->id
}}"
>
<
strong
>
Data
:
</
strong
><
br
>
<
input
class
=
"data form-control"
type
=
"text"
id
=
"datepicker"
name
=
"data"
>
<
br
>
<
strong
>
Detentor
:
</
strong
><
br
>
<
input
class
=
"text form-control"
type
=
"
text"
id
=
"datepicker1"
name
=
"detentor"
value
=
"{{
$pessoaLote->pessoa
->nome }}"
><
br
>
<
strong
>
CPF
:
</
strong
><
br
>
<
input
class
=
"text form-control"
type
=
"
text
"
id
=
"datepicker1"
name
=
"cpf"
value
=
"{{
$documentoPessoa->cpf
}}"
><
br
>
<
input
class
=
"data form-control"
type
=
"text"
id
=
"datepicker"
name
=
"data"
>
{{
--
<
strong
>
Detentor
:
</
strong
><
br
>
--
}}
<
input
class
=
"text form-control"
type
=
"
hidden"
id
=
"datepicker1"
name
=
"detentor"
value
=
"{{
$pessoaLote->pessoa
->nome }}"
>
{{
--
<
strong
>
CPF
:
</
strong
><
br
>
--
}}
<
input
class
=
"text form-control"
type
=
"
hidden
"
id
=
"datepicker1"
name
=
"cpf"
value
=
"{{
$documentoPessoa->cpf
}}"
><
br
>
{{
--
<
input
class
=
"boolean form-control"
id
=
"datepicker1"
name
=
"agendado"
value
=
"true"
>
--
}}
<
button
type
=
"submit"
class
=
"btn btn-success"
class
=
"badge bg-green"
>
AGENDAR
</
a
></
button
>
</
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