mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
8 lines
251 B
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
|