mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01:00
11 lines
205 B
PHP
11 lines
205 B
PHP
|
@extends('emails.notifications._layout_plaintext')
|
||
|
|
||
|
@section('content')
|
||
|
{{ $creatorName }} created a new playlist on Pony.fm!
|
||
|
|
||
|
Title: {{ $playlistTitle }}
|
||
|
|
||
|
Listen to it:
|
||
|
{{ $notificationUrl }}
|
||
|
@endsection
|