Pony.fm/resources/views/emails/notifications/new-comment-content_plaintext.blade.php

8 lines
251 B
PHP

@extends('emails.notifications._layout_plaintext')
@section('content')
{{ $creatorName }} left a comment on your {{ $resourceType }}, "{{ $resourceTitle }}"!
Visit the following link to read the comment and reply:
{{ $notificationUrl }}
@endsection