@if(count($newClientsList) > 0)

{{__('dashboard.new_clients_list')}}

@foreach($newClientsList as $client) @endforeach
{{__('users.firstname')}} {{__('users.lastname')}} {{__('users.email')}} {{__('main.mobile_number')}} {{__('main.address')}}
{{$client->Prénom}} {{$client->Nom}} {{$client->Email}} {{$client->Portable}} {{$client->Adresse1}} {{$client->CodePostal}} {{$client->Ville}}
@endif @if(count($birthdaysList) > 0)

{{__('dashboard.clients_birthday_week_list')}}

@foreach($birthdaysList as $birthday) @endforeach
{{__('users.firstname')}} {{__('users.lastname')}} {{__('dashboard.birthday')}} {{__('users.email')}} {{__('main.mobile_number')}} {{__('main.address')}}
{{$birthday->Prénom}} {{$client->Nom}} {{$birthday->anniversaire}} {{$birthday->Email}} {{$birthday->Portable}} {{$birthday->Adresse1}} {{$client->CodePostal}} {{$client->Ville}}
@endif @if(count($endOfSubscriptionList) > 0)

{{__('dashboard.clients_end_subscription_list')}}

@foreach($endOfSubscriptionList as $end) @endforeach
{{__('users.firstname')}} {{__('users.lastname')}} {{__('dashboard.subscription')}} {{__('dashboard.end_date')}} {{__('users.email')}} {{__('main.mobile_number')}} {{__('main.address')}}
{{$end->Prénom}} {{$end->Nom}} {{$end->abonnement}} {{$end->DateLimite}} {{$end->Email}} {{$end->Portable}} {{$end->Adresse1}} {{$end->CodePostal}} {{$end->Ville}}
@endif