Pony.fm/resources/views/emails/notifications/new-track_plaintext.blade.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