@extends('layouts.admin') @section('content')
{{ __('marketing.notification_summary')}}
{!! $notification->success + $notification->failed !!}
{!! $notification->success ?? 0 !!}
{!! $notification->failed ?? 0 !!}
{{ __('common.sr-no')}} | {{ __('notifications.name')}} | {{ __('notifications.email')}} | {{ __('notifications.phone')}} | {{ __('notifications.joined_on')}} |
---|