mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
10 lines
201 B
PHP
10 lines
201 B
PHP
@extends('emails.notifications._layout_plaintext')
|
|
|
|
@section('content')
|
|
{{ $creatorName }} published a new track on Pony.fm!
|
|
|
|
Title: {{ $trackTitle }}
|
|
|
|
Listen to it:
|
|
{{ $notificationUrl }}
|
|
@endsection
|