Pony.fm/resources/views/emails/notifications/new-track_plaintext.blade.php

11 lines
201 B
PHP
Raw Normal View History

@extends('emails.notifications._layout_plaintext')
@section('content')
{{ $creatorName }} published a new track on Pony.fm!
Title: {{ $trackTitle }}
Listen to it:
{{ $notificationUrl }}
@endsection