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

9 lines
202 B
PHP
Raw Normal View History

@extends('emails.notifications._layout_plaintext')
@section('content')
Congrats! {{ $creatorName }} is now following you on Pony.fm!
Here's a link to their profile:
{{ $notificationUrl }}
@endsection