mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
11 lines
201 B
PHP
11 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
|