mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
2dedaf6638
They're now 200% prettier. <3
8 lines
251 B
PHP
8 lines
251 B
PHP
@extends('emails.plaintext.notifications._layout')
|
|
|
|
@section('content')
|
|
{{ $creatorName }} left a comment on your {{ $resourceType }}, "{{ $resourceTitle }}"!
|
|
|
|
Visit the following link to read the comment and reply:
|
|
{{ $notificationUrl }}
|
|
@endsection
|