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

Review 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
@foreach ($columns_list_header as $c) @endforeach
{{ $c }}View Send Email
@endsection