{{ trans('admin.notifications.send.title') }}

{{ csrf_field() }}
{% if errors.any %}
{{ errors.first }}
{% endif %} {% set sent_result = session_pull('sentResult') %} {% if sent_result %}
{{ sent_result }}
{% endif %}