This commit is contained in:
denisdulici 2017-10-07 16:48:14 +03:00
parent e2744b46d2
commit 761e2c5c3e
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@
</table> </table>
</div> </div>
</div> </div>
{{ Form::textareaGroup('label',trans_choice('general.notes', 2)) }} {{ Form::textareaGroup('notes', trans_choice('general.notes', 2)) }}
{{ Form::fileGroup('attachment', trans('general.attachment')) }} {{ Form::fileGroup('attachment', trans('general.attachment')) }}
</div> </div>

View File

@ -103,7 +103,7 @@
</table> </table>
</div> </div>
</div> </div>
{{ Form::textareaGroup('label',trans_choice('general.notes', 2)) }} {{ Form::textareaGroup('notes', trans_choice('general.notes', 2)) }}
{{ Form::fileGroup('attachment', trans('general.attachment')) }} {{ Form::fileGroup('attachment', trans('general.attachment')) }}
</div> </div>