mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
10 lines
335 B
PHP
10 lines
335 B
PHP
|
@extends('emails.notifications._layout')
|
||
|
|
||
|
@section('content')
|
||
|
<p>
|
||
|
{{ $creatorName }} left a comment on your {{ $resourceType }},
|
||
|
<a href="{{ $notificationUrl }}" target="_blank"><em>{{ $resourceTitle }}</em></a>!
|
||
|
<a href="{{ $notificationUrl }}" target="_blank">Visit it</a> to read the comment and reply.
|
||
|
</p>
|
||
|
@endsection
|