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

11 lines
201 B
PHP
Raw Normal View History

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