Merge branch 'master' of https://github.com/brkcvn/akaunting into form-elements

This commit is contained in:
Burak Civan
2022-06-13 09:42:11 +03:00
43 changed files with 766 additions and 378 deletions

View File

@ -33,11 +33,7 @@
title="{{ $label }}"
@endif
@if (isset($attributes['placeholder']))
placeholder="{{ $attributes['placeholder'] }}"
@else
placeholder="{{ trans('general.form.select.field', ['field' => $label]) }}"
@endif
placeholder="{{ $placeholder }}"
name="{{ $name }}"