mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-27 15:27:58 +01:00
8 lines
202 B
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
|