@extends('layouts.app') @section('title') Bounced Recipients @endsection @section('content')

Bounced Recipients

List

@if(session('success')) @endif @if($errors->any()) @endif
@csrf
@endsection