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

Restock Emails

@foreach (['danger', 'warning','success','success1', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @if($msg == 'success1') @php $msg = 'success'; @endphp @endif

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

@endif @endforeach
Total {{ number_format($total) }}
Sent {{ number_format($receivers) }}
Opens {{ number_format($opens) }}
Clicks {{ number_format($clicks) }}
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}View Send Email
@endsection