mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-26 23:07:59 +01:00
9 lines
202 B
PHP
9 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
|