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

9 lines
202 B
PHP
Raw Normal View History

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