mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
2dedaf6638
They're now 200% prettier. <3
8 lines
202 B
PHP
8 lines
202 B
PHP
@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
|