Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Dung Diego
/
ocr-tool
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dung Diego
2026-07-16 09:23:22 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
b5c700910b5bdf1e242d5508d2367a0df0465e69
b5c70091
1 parent
157ed883
up
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
resources/views/dashboard.blade.php
resources/views/dashboard.blade.php
View file @
b5c7009
...
...
@@ -16,23 +16,21 @@
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/axios/1.6.8/axios.min.js"
></script>
<script
src=
"{{ asset("
assets
/
js
/
vue
.
min
.
js
")
}}"
></script>
</head>
<body>
<body
id=
"adminlte"
class=
"hold-transition sidebar-mini sidebar-collapse layout-fixed custom-scrollbar sidebar-collapse"
>
<div
class=
"wrapper"
>
<nav
class=
"main-header navbar navbar-expand navbar-white navbar-light position-relative"
>
</nav>
<div
class=
"content-wrapper position-relative"
>
<section
class=
"contents"
>
<div
id=
"app"
class=
""
>
<button
class=
"btn btn-primary"
@
click=
"$refs.pdf.click()"
>
<i
class=
"fas fa-upload"
></i>
Upload PDF
</button>
<input
type=
"file"
ref=
"pdf"
accept=
".pdf"
style=
"display:none"
@
change=
"upload_pdf"
>
</div>
<div
class=
"card p-2 p-md-3"
>
<h4
class=
"text-bold color-main"
>
FAX受信
</h4>
<div
class=
"row"
><div
class=
"col"
>
<button
class=
"btn btn-primary"
@
click=
"$refs.pdf.click()"
><i
class=
"fas fa-upload"
></i>
Upload
</button>
</div></div>
</div>
</div>
</section>
</div>
</div>
...
...
Please
register
or
sign in
to post a comment