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

IP Block Chargeback Report & Email Block Report

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

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

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