mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-27 07:17:59 +01:00
10 lines
239 B
PHP
10 lines
239 B
PHP
|
@extends('emails.notifications._layout')
|
||
|
|
||
|
@section('content')
|
||
|
<p>
|
||
|
{{ $creatorName }} favourited your {{ $resourceType }},
|
||
|
<em><a href="{{ $notificationUrl }}" target="_blank">{{ $resourceTitle }}</a></em>
|
||
|
Yay!
|
||
|
</p>
|
||
|
@endsection
|