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
5f134acf
Commit
5f134acf
authored
Jan 26, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adicionadas paginas de confirmacao
parent
2253a866
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
121 additions
and
2 deletions
+121
-2
UserController.php
app/Http/Controllers/Admin/UserController.php
+1
-0
agendamentoConfere.blade.php
...ces/views/admin/agendamentos/agendamentoConfere.blade.php
+47
-0
agendamentoConfirmacao.blade.php
...views/admin/agendamentos/agendamentoConfirmacao.blade.php
+0
-0
agendamentoTituloHora.blade.php
.../views/admin/agendamentos/agendamentoTituloHora.blade.php
+32
-0
agendamentoTituloSede.blade.php
.../views/admin/agendamentos/agendamentoTituloSede.blade.php
+2
-2
web.php
routes/web.php
+39
-0
No files found.
app/Http/Controllers/Admin/UserController.php
View file @
5f134acf
...
@@ -246,6 +246,7 @@ class UserController extends Controller
...
@@ -246,6 +246,7 @@ class UserController extends Controller
(
object
)
[
'url'
=>
route
(
'home'
),
'title'
=>
trans
(
'agendamento.home'
)],
(
object
)
[
'url'
=>
route
(
'home'
),
'title'
=>
trans
(
'agendamento.home'
)],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
(
object
)
[
'url'
=>
''
,
'title'
=>
trans
(
'agendamento.list'
,
[
'page'
=>
$page
])],
];
];
//dd("oi");
// $listUsers = $this->model->all();
// $listUsers = $this->model->all();
// foreach ($listUsers as $user) {
// foreach ($listUsers as $user) {
...
...
resources/views/admin/agendamentos/agendamentoConfere.blade.php
0 → 100644
View file @
5f134acf
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
form
([
'action'
=>
route
(
'agendamentoConfirmacao'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fielparagPagTitulo"
>
<
div
class
=
"imaEsclamacao"
>
<
img
id
=
"esclamImagem"
src
=
"imagem/Exclamação.png"
alt
=
"..."
>
</
div
>
<
div
class
=
"paragPagTitulo"
>
<
p
id
=
"parag1"
>
Deseja
receber
o
seu
titulo
na
cidade
de
</
p
>
<
p
id
=
"parag2"
>
XXXXXXXXXX
,
Rua
XXXX
XXXXXXXXXXX
,
nº
0000.
</
p
>
<
P
id
=
"parag3"
>
Bairro
:
XXXXXXXXXX
</
P
>
<
p
id
=
"parag4"
>
Escola
:
Xxxxxxxxx
</
p
>
<
p
id
=
"parag5"
>
17
/
12
/
2021
-
10
:
30
</
p
>
</
div
>
</
fieldset
>
<
fieldset
class
=
"butaoSimCancelar"
>
<
input
type
=
"submit"
id
=
"simButton"
name
=
"sim"
value
=
"Sim"
>
<
input
type
=
"submit"
id
=
"cancelarButton"
name
=
"cancelart"
value
=
"Cancelar"
>
</
fieldset
>
@
endform
@
endpage
@
endsection
resources/views/admin/agendamentos/
pesquisaTitul
oConfirmacao.blade.php
→
resources/views/admin/agendamentos/
agendament
oConfirmacao.blade.php
View file @
5f134acf
File moved
resources/views/admin/agendamentos/agendamentoTituloHora.blade.php
0 → 100644
View file @
5f134acf
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
form
([
'action'
=>
route
(
'agendamentoConfere'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
input
type
=
"time"
id
=
"data"
name
=
"horaAgendamento"
>
<
br
>
<
button
class
=
"enviarbtn"
onclick
=
"window.location = '{{ route('agendamentoConfere') }}'"
>@
lang
(
'agendamento.next'
)
</
button
>
</
fieldset
>
@
endform
@
endpage
@
endsection
resources/views/admin/agendamentos/agendamentoTituloSede.blade.php
View file @
5f134acf
...
@@ -10,14 +10,14 @@
...
@@ -10,14 +10,14 @@
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
@
endbreadcrumb
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Sede
'
),
'method'
=>
'POST'
])
@
form
([
'action'
=>
route
(
'agendamentoTitulo
Hora
'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
</
fieldset
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
fieldset
class
=
"calendario"
>
<
input
type
=
"date"
id
=
"data"
name
=
"dataAgendamento"
>
<
input
type
=
"date"
id
=
"data"
name
=
"dataAgendamento"
>
<
br
>
<
br
>
<
button
class
=
"enviarbtn"
onclick
=
"window.location = '{{ route('agendamentoTitulo
Sede
') }}'"
>@
lang
(
'agendamento.next'
)
</
button
>
<
button
class
=
"enviarbtn"
onclick
=
"window.location = '{{ route('agendamentoTitulo
Hora
') }}'"
>@
lang
(
'agendamento.next'
)
</
button
>
</
fieldset
>
</
fieldset
>
@
endform
@
endform
...
...
routes/web.php
View file @
5f134acf
...
@@ -59,6 +59,45 @@ Route::any('/agendamentoTituloSede', function () {
...
@@ -59,6 +59,45 @@ Route::any('/agendamentoTituloSede', function () {
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloSede'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
return
view
(
'admin.'
.
$routeName
.
'.agendamentoTituloSede'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloSede'
);
})
->
name
(
'agendamentoTituloSede'
);
Route
::
any
(
'/agendamentoTituloHora'
,
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
.
'.agendamentoTituloHora'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoTituloHora'
);
Route
::
any
(
'/agendamentoConfere'
,
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
.
'.agendamentoConfere'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoConfere'
);
Route
::
any
(
'/agendamentoConfirmacao'
,
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
.
'.agendamentoConfirmacao'
,
[
'page'
=>
$page
,
'page_create'
=>
$page_create
,
'routeName'
=>
$routeName
,
'breadcrumb'
=>
$breadcrumb
]);
})
->
name
(
'agendamentoConfirmacao'
);
Route
::
any
(
'/agendamentoTitulo'
,
function
()
{
Route
::
any
(
'/agendamentoTitulo'
,
function
()
{
$routeName
=
'agendamentos'
;
$routeName
=
'agendamentos'
;
$page
=
trans
(
'agendamento.agendamento_list'
);
$page
=
trans
(
'agendamento.agendamento_list'
);
...
...
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