@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)
@include('admin.driver.notification_widget')
@endempty
@csrf
@gs('en')
@endgs @gs('sn')
@endgs @gs('pn')
@endgs
0 @lang('active users found to send the notification')
@lang('Supported Files'):@lang('.png, .jpg, .jpeg')
@lang('USER')
@lang('SECONDS')
@endsection @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush @push('style') @endpush