--- subject: "ReadLaterByEmail tokens" LOGO: "{{ asset('images/logo.png') }}" TOKEN_NAME: "{{ $token->token_name }}" API_TOKEN: "{{ $token->api_token }}" ---
Vos tokens
@foreach($tokens as $token)
{{{ TOKEN_NAME }}} {{{ API_TOKEN }}} @endforeach