{{ trans('meta.email_alert_settings') }}
Please, do not enable these alerts unnecessarily, it may slow the invoice and transactions creation process as the application will connect to email and SMS server. For multiple addresses mail1@email.com+mail2@email.com
{{ Form::label( 'sender', trans('meta.alert_address'),['class' => 'col-12 control-label']) }}
{{ Form::text('sender', $email, ['class' => 'form-control round', 'placeholder' => 'Sender']) }}
mail1@email.com+mail2@email.com
{{ Form::label( 'new_trans', trans('meta.new_transaction_alert'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'del_trans', trans('meta.delete_transaction_alert'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'new_invoice', trans('meta.new_invoice_alert'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'del_invoice', trans('meta.delete_invoice_alert'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'cust_new_invoice', trans('meta.customer_new_invoice_alert'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'sms_new_invoice', trans('meta.customer_new_invoice_sms'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'task_new', trans('tasks.new_task'),['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}
{{ trans('meta.notification_email') }}
{{trans('meta.notification_email_info')}}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}