mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
8 lines
232 B
PHP
8 lines
232 B
PHP
@extends('emails.notifications._layout')
|
|
|
|
@section('content')
|
|
<p>{{ $creatorName }} created a new playlist on Pony.fm! Check it out:</p>
|
|
|
|
<p><a href="{{ $notificationUrl }}" target="_blank">{{ $playlistTitle }}</a></p>
|
|
|
|
@endsection
|