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

8 lines
232 B
PHP

@extends('emails.notifications._layout_plaintext')
@section('content')
{{ $creatorName }} left a comment on your Pony.fm profile!
Visit your profile with the following link to read it and reply:
{{ $notificationUrl }}
@endsection