@include('emails.partials.header')

Hi Admin,

Number of users at the beginning of {{ $users['month'] }} : {{ $users['totalBeginCount'] }}

@if($users['usersAtBeginning'] != NULL) @foreach($users['usersAtBeginning'] as $beginUser)

{{ $beginUser->userType }} : {{ $beginUser->count }}

@endforeach @endif

Number of users at the end of {{ $users['month'] }} : {{ $users['totalEndCount'] }}

@if ($users['usersAtEnd'] != NULL) @foreach($users['usersAtEnd'] as $endUser)

{{ $endUser->userType }} : {{ $endUser->count }}

@endforeach @endif