Initial Commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<div class="mb-3 row">
|
||||
<label for="email_input" class="col-2 col-form-label fw-bold">@lang('email') : </label>
|
||||
<div class="col-10">
|
||||
<input
|
||||
type="email"
|
||||
class="form-control"
|
||||
name="email"
|
||||
id="email_input"
|
||||
placeholder="@lang('email')"
|
||||
@if(old('email') !== null)
|
||||
value="{{old('email')}}"
|
||||
@endif
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user