-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f718f7
commit 63253ad
Showing
5 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
resources/views/include/modals/importing/import_guides.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div id="import_guides" class="fixed flex h-screen hidden inset-0 items-center justify-center z-10"> | ||
{{-- card --}} | ||
<div class="absolute bg-white m-auto p-6 r-0 rounded-lg w-2/6"> | ||
<div> | ||
<button onclick="closeImportGuideModal()" class="close-btn p-2 pl-4 pr-4 hover:bg-red-400 hover:text-white">×</button> | ||
</div> | ||
<div> | ||
<p class="account-type text-center text-xl mb-2">Excel File Table Specification</p> | ||
<p class="text-center text-sm mb-4 text-gray-500">The table must follow the table structure and table name on the image below.</p> | ||
<br> | ||
<img src="{{url('/img/png/excel_table_format.png')}}"> | ||
</div> | ||
</div> | ||
</div> |
5 changes: 3 additions & 2 deletions
5
resources/views/include/modals/importing/import_xls.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters