@component('mail::message') # Hi {{ $user->name }}, Here are some ads you might like based on your recent views: {!! '' !!} @foreach ($recommendedAds as $ad) @endforeach {!! '
{{ $ad->title }} {{ $ad->title }} View
' !!} We hope you find something you love! Thanks,
**{{ config('app.name') }} Team** @endcomponent