@if (Session::get('tenant_subscribtion_data')['subscribers']['belongs_to_subscribtion'] == true && Session::get('tenant_controle_modules')['subscribers'] == 1)
@else
{{ translate('Upgrade now') }}
@endif
|
#
|
{{ translate('email') }} | {{ translate('date') }} | {{ translate('Options') }} |
|---|---|---|---|
|
{{ $key + 1 + ($subscribers->currentPage() - 1) * $subscribers->perPage() }}
|
{{ $subscriber->email }} | {{ $subscriber->created_at }} |
{{ $subscribers->links() }}
{{ translate('You need to upgrade to use this feature.') }}
{{ translate('Please Upgrade to use this feature.') }}
{{ translate('Upgrade now') }}
{!! Form::open(['method' => 'post', 'action' => 'Admin\SubscriberController@store', 'files' => true, 'id' => 'add_subscribers_form']) !!}
{!! Form::Close() !!}
{{ translate('Add Subscriber') }}
{!! Form::email('email', null, ['class' => 'form-control', 'placeholder' => translate('Email')]) !!}
@error('email')
{{ $message }}
@enderror