Date | Time | Port | User Name | Company | Status | ||
---|---|---|---|---|---|---|---|
{{ $subscriber->created_at->format('Y/m/d') }} | {{ $subscriber->created_at->format('H:i') }} | {{ $subscriber->port }} | {{ $subscriber->username }} | {{ $subscriber->email }} | {{ $subscriber->company }} |
@if ($subscriber->is_approved == 0)
pending @elseif($subscriber->is_approved == 1)approved @elseRejected @endif |
@if ($subscriber->is_approved == 0) APPROVE REJECT @endif |