@extends('layouts.admin') @section('content')

{!! $notification->success + $notification->failed !!}

{!! $notification->success ?? 0 !!}

{!! $notification->failed ?? 0 !!}

{!! __('marketing.opened') !!} {!! $notification->opened_percentage !!}
{!! __('marketing.not_opened') !!} {!! $notification->unopened_percentage !!}
{!! __('marketing.topic') !!}
{!! $notification->title !!}
{!! __('marketing.content') !!}
{!! $notification->message !!}

{!! __('marketing.opened_users_list') !!}
{{ __('common.sr-no')}} {{ __('notifications.name')}} {{ __('notifications.email')}} {{ __('notifications.phone')}} {{ __('notifications.joined_on')}}
@endsection @section('script') @endsection