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

8 lines
202 B
PHP

@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