refs #443 form element add manuel

This commit is contained in:
cuneytsenturk
2018-08-07 17:35:45 +03:00
parent 36df336578
commit 62beb11051
22 changed files with 84 additions and 36 deletions

View File

@ -12,11 +12,13 @@
{!! trans('import.message', ['link' => url('public/files/import/' . $type . '.xlsx')]) !!}
</div>
</div>
@stack('import_input_start')
<div class="form-group col-md-12 required {{ $errors->has('import') ? 'has-error' : '' }}" style="min-height: 59px">
{!! Form::label('import', trans('general.form.select.file'), ['class' => 'control-label']) !!}
{!! Form::file('import', null, ['class' => 'form-control']) !!}
{!! $errors->first('import', '<p class="help-block">:message</p>') !!}
</div>
@stack('import_input_end')
</div>
<!-- /.box-body -->