@php use Carbon\Carbon; @endphp @extends('layouts.back-end.app') @section('title', translate('subscriber_list')) @section('content')
{{ translate('SL')}} | {{ translate('email')}} | {{ translate('subscription_date')}} |
---|---|---|
{{$subscriberList->firstItem()+$key}} | {{$item->email}} | {{date('d M Y, h:i A',strtotime($item->created_at))}} |