@extends('admin.layout.master') @section('content')

Review Emails - Batch Id : {{ $batch_id }}

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
Total {{ $totalemailsend }}
Total # of Emails to Send Now {{ $onehourssend }}
Total # Opened {{ $onehoursopen }}
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}
@endsection