|
@@ -42,7 +42,7 @@
|
|
|
<div class="modal-body">
|
|
<div class="modal-body">
|
|
|
<form action="{{ route('catalog.import') }}" method="post" enctype="multipart/form-data">
|
|
<form action="{{ route('catalog.import') }}" method="post" enctype="multipart/form-data">
|
|
|
@csrf
|
|
@csrf
|
|
|
- @include('partials.input', ['title' => 'XLSX файл', 'name' => 'import_file', 'type' => 'file'])
|
|
|
|
|
|
|
+ @include('partials.input', ['title' => 'XLSX файл', 'name' => 'import_file', 'type' => 'file', 'required' => true])
|
|
|
@include('partials.submit', ['name' => 'Импорт'])
|
|
@include('partials.submit', ['name' => 'Импорт'])
|
|
|
</form>
|
|
</form>
|
|
|
</div>
|
|
</div>
|