Initial Commit

This commit is contained in:
dann4624
2022-09-28 09:38:08 +02:00
parent cac476f80f
commit 2d04a269e6
355 changed files with 52166 additions and 25 deletions
@@ -0,0 +1,15 @@
<div class="mb-3 row">
<label for="telephone_input" class="col-2 col-form-label fw-bold">@lang('telephone') @lang('number'): </label>
<div class="col-10">
<input
type="tel"
class="form-control"
name="telephone"
id="telephone_input"
placeholder="@lang('telephone') @lang('number')"
@if(old('telephone') !== null)
value="{{old('telephone')}}"
@endif
>
</div>
</div>