@extends('layouts.admin.layout') @section('content')

Subscriber Details

First Name {{ $subscriber->firstname }}
Last Name {{ $subscriber->lastname }}
Subscriber Email {{ $subscriber->email }}
Aff {{ $subscriber->aff }}
Source {{ $subscriber->source }}
Attach To List @if (count($subscriber->attachList($subscriber->id)) > 0) {{ $subscriber->attachList($subscriber->id) }} @else -- @endif
Active {{ $subscriber->is_active }}

Subscribers

@if (count($maillists) == 0) @else @foreach ($maillists as $maillist) @endforeach @endif
Scope List Name Subcribers Count Published Actions
No records found
{{ $maillist->scope }} {{ $maillist->name }} {{ $maillist->totalactivesubscribers($maillist->id) }} @if ($maillist->is_published == 1) @else @endif
@endsection