@component('mail::layout') {{-- Header --}} @slot('header') @include('email.admin.includes.header') @endslot {{-- Body --}} {{-- Greeting --}} {{-- Greeting --}} @if (! empty($greeting)) # {{ $greeting }} @else @if ($level === 'error') # @lang('Whoops!') @else # Dear Admin, @endif @endif
The following users activated their account in the last month.
@if($subscriptions->isNotEmpty())| User | Phone | Subscription Start Date |
|---|---|---|
| {{ $subscription->user->first_name . ' ' . $subscription->user->last_name }} {{ $subscription->user->email }} |
{{ $subscription->user->phone }} | {{ Carbon\Carbon::parse($subscription->start_date)->format(config('app.db_date_format')) }} |
No users activated their account in the last month.
@endifPlease note: This is an automated email that cannot accept replies.
Thank you,