@extends('admin.layouts.app') @section('panel') @php $sessionData = session('SEND_NOTIFICATION') ?? []; $viaName = $sessionData['via'] ?? 'email'; $viaText = @$sessionData['via'] == 'push' ? 'Push notification ' : ucfirst($viaName); @endphp @empty(!$sessionData)
@lang("$viaText will be sent again with a") @lang(' second delay. Avoid closing or refreshing the browser.')
@lang(' ' . @$sessionData['total_sent'] . ' out of ' . @$sessionData['total_user'] . ' ' . $viaName . ' were successfully transmitted')