{{ __('SMS notifications') }} @if (session('notify-saved'))
{{ session('notify-saved') }}
@endif
{{ __('Automatic messages') }}
@foreach ($definitions as $key => $meta) @endforeach

{{ __('Free trials never trigger a message.') }}

{{-- One real send, so the gateway is proven before customers depend on it. --}}
{{ __('Send a test') }}
@if ($testResult)

{{ $testResult }}

@endif