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
b69c71b9
Commit
b69c71b9
authored
Aug 26, 2020
by
Felipe Tomé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adicionando Stilo ao Show de titulos
parent
1d822319
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
5 deletions
+63
-5
adminlte.min.css
public/vendor/adminlte/dist/css/adminlte.min.css
+1
-1
show.blade.php
resources/views/admin/pages/titulos/show.blade.php
+62
-4
No files found.
public/vendor/adminlte/dist/css/adminlte.min.css
View file @
b69c71b9
This diff is collapsed.
Click to expand it.
resources/views/admin/pages/titulos/show.blade.php
View file @
b69c71b9
...
...
@@ -5,7 +5,8 @@
@
section
(
'content_header'
)
@
section
(
'content'
)
<
div
class
=
"card card-outline card-success"
>
<!--
<
link
href
=
"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
rel
=
"stylesheet"
/>
-->
<!--
<
div
class
=
"card card-outline card-success"
>
<
div
class
=
"card-header"
>
<
h3
class
=
"card-title"
><
b
>
Detalhes
dos
Títulos
</
b
><
a
href
=
"{{ route('titulos.index') }}"
>
<<</
a
></
h3
>
</
div
>
...
...
@@ -16,9 +17,66 @@
<
li
><
strong
>
CPF
:
</
strong
>
{{
$lotes
->
cpf
}}
</
li
>
</
ul
>
</
div
>
<
div
class
=
"card-footer"
>
The
footer
of
the
card
</
div
>
-->
<!--
<
div
class
=
"pull-left"
>
<
button
href
=
"/"
type
=
"button "
class
=
"btn btn-block btn-primary btn_pesquisa"
>
Voltar
</
button
>
<
button
href
=
"/"
type
=
"button "
class
=
"btn btn-block btn-primary btn_pesquisa"
><
i
class
=
"fas fa-print"
></
i
>
imprimir
</
button
>
</
div
>
<
div
>
-->
<
div
class
=
"row"
>
<!--
left
column
-->
<
div
class
=
"col-md-3"
>
</
div
>
<
div
class
=
"col-md-6 tela_cpf_invalido"
>
<
img
class
=
"logoidace"
src
=
"{{ asset('img/logo-idace.png') }}"
>
<
h1
class
=
"titulo"
>
Dados
do
atendimento
</
h1
>
<
h4
class
=
"titulo2"
>
Detentor
:
<
strong
>
{{
$lotes
->
proprietario
}}
</
strong
></
h4
>
<
h4
class
=
"titulo2"
>
CPF
:
<
strong
>
{{
$lotes
->
cpf
}}
</
strong
></
h4
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-6"
style
=
"text-align:center;font-size:23px;"
>
<
h4
class
=
"titulo2"
>
Data
:
<
strong
>
02
/
02
/
2020
</
strong
></
h4
>
</
div
>
<
div
class
=
"col-sm-6"
style
=
"text-align:center;font-size:23px;"
>
<
h4
class
=
"titulo2"
>
Horário
:<
strong
>
09
:
30
AM
-
10
:
00
AM
</
strong
></
h4
>
</
div
>
</
div
>
<
h4
class
=
"titulo2"
>
Número
do
Atendimento
:
<
strong
>
423566
</
strong
></
h4
>
<!--
general
form
elements
-->
<!--
/.
card
-
header
-->
<
p
style
=
"color:red;text-align:center;margin-top:25px"
>
DOCUMENTOS
NECESSÁRIOS
:<
BR
>
CPF
,
RG
,
PROCUPAÇÃO
DO
DETENDOR
.
</
p
>
<
a
class
=
"btn btn-block btn-primary btn_pesquisa"
type
=
"button "
href
=
"(LINK)"
>
Voltar
</
a
>
<
a
class
=
"btn btn-block btn-primary btn_pesquisa"
type
=
"button "
href
=
"(LINK)"
><
i
class
=
"fas fa-print"
style
=
"margin-right:5px"
></
i
>
imprimir
</
a
>
</
div
>
<!--
/.
card
-->
<!--/.
col
(
left
)
-->
<!--
right
column
-->
<!--/.
col
(
right
)
-->
</
div
>
</
div
>
@
endsection
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