@extends('admin.layouts.app') @section('panel') @php $sessionData = session('SEND_NOTIFICATION_TO_SUBSCRIBER') ?? []; @endphp @empty(!$sessionData)
{{ @$sessionData['cooling_time'] }}

@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')

@endempty
@csrf
@lang('User')
@lang('Seconds')
@endsection @push('script') @endpush @push('breadcrumb-plugins') @endpush @push('style') @endpush