Recent Churned Customers

@foreach($this->getViewData()['customers'] as $index => $customer) @endforeach
Customer Plan Churn Date Reason
{{ $customer['customer'] }} {{ $customer['plan'] }} {{ \Carbon\Carbon::parse($customer['churn_date'])->format('M j, Y') }} {{ $customer['reason'] }}