Add layout Upload file

This commit is contained in:
paoloGuagnano
2024-02-10 12:55:47 +01:00
parent 6889c0e49b
commit 40d9f1b238
2 changed files with 44 additions and 21 deletions

View File

@@ -0,0 +1,20 @@
<section>
<header>
<h2 class="text-lg font-medium text-gray-900 dark:text-gray-100">
{{ __('Upload CSV File ') }}
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
{{ __("Upload file to add group of word in db") }}
</p>
</header>
<form class="mt-6 space-y-6">
<x-text-input type="file" id="myFile" name="filename"/>
{{--<input type="submit">--}}
<div class="flex items-center gap-4">
<br><br><br><br>
<x-primary-button>{{ __('Submit') }}</x-primary-button>
</div>
</form>
</section>