Move traffic mismatch mail tempaltes to admin/service
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 36s
Create Docker Image / Final Docker Image Manifest (push) Successful in 9s

This commit is contained in:
2024-08-03 11:49:34 +10:00
parent 78a8f63ac9
commit 2e9f87550c
2 changed files with 2 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
@component('mail::message',['site'=>$site,'heading'=>'Traffic Mismatch: '.$date])
Hi {{ isset($user) ? $user->name_full.',' : '' }}
The traffic import today, had mismatching records. A request to have those login removed has been generated.
@component('mail::table')
| ID |
| - |
@foreach ($aso->trafficMismatch($date) as $o)
| {{ $o->service }}
@endforeach
@endcomponent
Thanks,<br>
{{ config('mail.from.name') }}
@endcomponent