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

Offer Email Batches - {{ $type_name }}

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

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

@endif @endforeach
Total {{ !empty($AllCount) ? $AllCount->total : 0 }}
Sent {{ !empty($AllCount) ? $AllCount->receivers : 0 }}
Opens {{ !empty($AllCount) ? $AllCount->opens : 0 }}
Clicks {{ !empty($AllCount) ? $AllCount->clicks : 0 }}
Purchase
{{ !empty($AllCount) ? $AllCount->purchases : 0 }}
${{ !empty($AllCount->purchase_value) ? $AllCount->purchase_value : 0 }}
Unsubscribe {{ !empty($AllCount) ? $AllCount->unsubscribes : 0 }}
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}
@endsection