{{ translate('subscriber_list') }}

@foreach($data['customers'] as $key => $customer) @endforeach
{{ translate('sl') }} {{ translate('email') }} {{ translate('subscribed_at') }}
{{ $key+1}} {{ $customer['email'] }} {{date('Y-m-d '.config('timeformat'),strtotime($customer->created_at))}}