Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
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
sisage
Commits
5cd0b6ab
Commit
5cd0b6ab
authored
Jan 25, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adicionada pagina de agendamentoContato
parent
83be8594
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
39 deletions
+46
-39
agendamentoContato.blade.php
...ces/views/admin/agendamentos/agendamentoContato.blade.php
+23
-37
home.blade.php
resources/views/home.blade.php
+2
-2
web.php
routes/web.php
+21
-0
No files found.
resources/views/admin/agendamentos/agendamentoContato.blade.php
View file @
5cd0b6ab
...
...
@@ -10,21 +10,7 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
button
class
=
"button_tituloEvento"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
button
class
=
"button_tituloSede"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>@
lang
(
'agendamento.receber_titulo_sede'
)
</
button
>
@
endform
</
fieldset
>
<
fieldset
class
=
"nomeUsuario"
>
<
div
>
<
input
type
=
"text"
id
=
"getnome"
name
=
"getnome"
placeholder
=
"Nome do Usuário"
>
<
input
type
=
"text"
id
=
"getcpf"
name
=
"getcpf"
placeholder
=
"Numero CPF usuário"
>
</
div
>
</
fieldset
>
@
form
([
'action'
=>
route
(
$routeName
.
'.store'
),
'method'
=>
'POST'
])
<
h1
class
=
"menuh1"
>
Agendamento
<
span
class
=
"idaceFonte"
>
IDACE
</
span
></
h1
>
...
...
@@ -47,7 +33,7 @@
<
p
class
=
"barraContato"
><
span
class
=
"idaceFonte"
><
img
id
=
"emailContatos"
src
=
"imagem/contato_email.png"
>
E
-
mail
</
span
>
idace
@
gov
.
ce
.
gov
.
br
</
p
>
</
fieldset
>
@
endform
@
endpage
@
endsection
resources/views/home.blade.php
View file @
5cd0b6ab
...
...
@@ -30,7 +30,7 @@
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento-1"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('
role
s.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('
agendamento
s.index')}
}
'"
class
=
"button_meusAgendamento"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.meus_agendamentos'
)
</
p
>
<
p
><
img
id
=
"idace2"
src
=
"img/Eventos.png"
></
p
>
...
...
@@ -48,7 +48,7 @@
</
div
>
</
fieldset
>
<
fieldset
class
=
"fielmenuAgendamento-2"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamento
s.index
')}
}
'"
class
=
"button_contato"
>
<
div
style
=
"cursor: pointer"
onclick
=
"window.location = '
{
{route('agendamento
Contato
')}
}
'"
class
=
"button_contato"
>
<
div
class
=
"card-body"
>
<
p
class
=
"card-text"
>@
lang
(
'agendamento.contato'
)
</
p
>
<
p
><
img
id
=
"idace4"
src
=
"img/Contato.png"
></
p
>
...
...
routes/web.php
View file @
5cd0b6ab
...
...
@@ -67,7 +67,9 @@ Route::any('/agendamentoTitulo', function () {
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTitulo'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTitulo'
);
...
...
@@ -81,7 +83,9 @@ Route::any('/agendamentoTituloEntrega', function () {
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloEntrega'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloEntrega'
);
...
...
@@ -95,6 +99,23 @@ Route::any('/agendamentoTituloSede', function () {
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloSede'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloSede'
);
Route
::
any
(
'/agendamentoContato'
,
function
()
{
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page_create
=
trans
(
'agendamento.agendamento'
);
$breadcrumb
=
[
(
object
)
[
'url'
=>
route
(
'home'
),
'title'
=>
trans
(
'agendamento.home'
)],
(
object
)
[
'url'
=>
route
(
$routeName
.
'.index'
),
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])],
];
return
view
(
'admin.'
.
$routeName
.
'.agendamentoContato'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoContato'
);
//->middleware('auth')
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