2016-12-26 16:50:13 +01:00
|
|
|
@extends('emails.plaintext.notifications._layout')
|
2016-12-23 14:08:41 +01:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
{{ $creatorName }} created a new playlist on Pony.fm!
|
|
|
|
|
|
|
|
Title: {{ $playlistTitle }}
|
|
|
|
|
|
|
|
Listen to it:
|
|
|
|
{{ $notificationUrl }}
|
|
|
|
@endsection
|