@extends('backend.layouts.app') @section('title') {{ __('email_list') }} @endsection @section('content')
# | {{ __('email') }} | {{ __('subscriptions_date') }} | @if (userCan('newsletter.delete')){{ __('action') }} | @endif||||||
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $email->email }} | {{ date('d M, Y', strtotime($email->created_at)) }} | @if (userCan('newsletter.delete'))@endif | ||||||
{{ __('no_data_found') }} |