{{ __('email_list') }}
# | {{ __('email') }} | {{ __('subscriptions_date') }} | {{ __('actions') }} | ||||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $email->email }}<< /td> | {{ date('d M, Y', strtotime($email->created_at)) }} | |||||||
@extends('admin.layouts.master') @section('title') {{ $data['title'] ?? '' }} @endsection @section('content')
# | {{ __('email') }} | {{ __('subscriptions_date') }} | {{ __('actions') }} | ||||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $email->email }}<< /td> | {{ date('d M, Y', strtotime($email->created_at)) }} | |||||||