enhance components, add mailtemplate, add traits for translations, for stats

This commit is contained in:
Ludovic CANDELLIER
2023-02-13 22:52:39 +01:00
parent 7449229ff7
commit 685160ddf5
32 changed files with 891 additions and 277 deletions

View File

@@ -1,7 +1,9 @@
@include('components.form.label')
<div class="input-group">
@include('components.form.input', ['type' => 'number', 'meta' => "step = '.01'"])
@include('components.form.input', ['type' => 'number', 'step' => '.01', 'label' => false])
<div class="input-group-append">
<button class="btn bg-light" type="button" aria-haspopup="false" aria-expanded="false">
%