@component('mail::message') # Introduction The body of your message. @php $dataToUse = collect($data); @endphp @foreach($data as $key=>$value) {{$key}} = {{$value}} @endforeach Thanks, {{ config('app.name') }} @endcomponent