Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/resources/views/csvImport/modal.blade.php
Назад
<div class="modal fade" id="csvImportModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title" id="myModalLabel">@lang('global.app_csvImport')</h4> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <div class="modal-body"> <div class='row'> <div class='col-md-12'> <form class="form-horizontal" method="POST" action="{{ route($route, ['model' => $model]) }}" enctype="multipart/form-data"> {{ csrf_field() }} <div class="form-group{{ $errors->has('csv_file') ? ' has-error' : '' }}"> <label for="csv_file" class="col-md-4 control-label">@lang('global.app_csv_file_to_import')</label> <div class="col-md-6"> <input id="csv_file" type="file" class="form-control-file" name="csv_file" required> @if($errors->has('csv_file')) <span class="help-block"> <strong>{{ $errors->first('csv_file') }}</strong> </span> @endif </div> </div> <div class="form-group"> <div class="col-md-6 col-md-offset-4"> <div class="checkbox"> <label> <input type="checkbox" name="header" checked> @lang('global.app_file_contains_header_row') </label> </div> </div> </div> <div class="form-group"> <div class="col-md-8 col-md-offset-4"> <button type="submit" class="btn btn-primary"> @lang('global.app_parse_csv') </button> </div> </div> </form> </div> </div> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка