{{ trans('meta.auto_sms_email') }}
{{ Form::label( 'tokenc', trans('meta.auto_sms_email'),['class' => 'col-12 control-label']) }}
{{ Form::label( 'auto_sms', trans('general.sms'),['class' => 'col-12 control-label']) }}
Send automatic Email and SMS during invoice creation to you customer. Please do not enable this feature unnecessarily, it may slow the invoice creation process as the application will connect to email and SMS server.
{{ Form::label( 'auto_email', trans('general.email'),['class' => 'col-12 control-label']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'm-1 btn btn-info btn-md']) }}