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

Repeat Customer Emails

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

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

@endif @endforeach
Total {{ $total }}
Sent {{ $receivers }}
Opens {{ $opens }}
Clicks {{ $clicks }}
Purchase {{ $purchases }}
Unsubscribe {{ $unsubscribes }}
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}
@endsection