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

Unsubscribe Reorder Email List - Batch ID - {{ request()->batch_id }}

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

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

@endif @endforeach
@foreach ($reorderUnsubscribe as $u) @endforeach
No. Email Date
{{ $loop->index+1}} {{ $u->email }} {{ date('n/d/Y g:i A', strtotime($u->created_at)) }}
@endsection