@extends('admin.layouts.app') @section('panel') @php $sessionData = session('SEND_NOTIFICATION_TO_SUBSCRIBER') ?? []; @endphp @empty(!$sessionData)
@lang('Email will be sent again with a') @lang(' second delay. Avoid closing or refreshing the browser.')
@lang(' ' . @$sessionData['total_sent'] . ' out of ' . @$sessionData['total_subscriber'] . 'email were successfully transmitted')