@component('mail::message') @if(isset($data)) @foreach ($data as $key => $item) @if ( $key != 'type') {{ $key }}: {{ $item }}
@endif @endforeach @endif Thanks,
{{ config('app.name') }} @endcomponent