Subscribe multiple subscribers at one time
This commit is contained in:
@@ -150,6 +150,7 @@ return [
|
||||
'title' => 'Add a new subscriber',
|
||||
'success' => 'Subscriber has been added!',
|
||||
'failure' => 'Something went wrong adding the subscriber, please try again.',
|
||||
'help' => 'Enter each subscriber on a new line.',
|
||||
],
|
||||
'edit' => [
|
||||
'title' => 'Update subscriber',
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label>{{ trans('forms.user.email') }}</label>
|
||||
<input type="email" class="form-control" name="email" value="{{ Binput::old('email') }}" required>
|
||||
<textarea rows="5" class="form-control" name="email" required>{{ Binput::old('email') }}</textarea>
|
||||
<span class="help-block">{{ trans('dashboard.subscribers.add.help') }}</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user