Add email tool tracking
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</news:publication>
|
||||
<news:title>{{ $news->title }}</news:title>
|
||||
<news:publication_date>{{ $news->publicationDate->toW3cString() }}</news:publication_date>
|
||||
@foreach($news->options as $tag => $value)
|
||||
<news:{{$tag}}>{{$value}}</news:{{$tag}}>
|
||||
@endforeach
|
||||
</news:news>
|
||||
@foreach ($news->options as $tag => $value)
|
||||
<news:{{ $tag }}>{{ $value }}</news:{{ $tag }}>
|
||||
@endforeach
|
||||
</news:news>
|
||||
|
||||
Reference in New Issue
Block a user