mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-29 08:07:59 +01:00
10 lines
210 B
PHP
10 lines
210 B
PHP
|
@extends('emails.notifications._layout')
|
||
|
|
||
|
@section('content')
|
||
|
<p>
|
||
|
Congrats!
|
||
|
<a href="{{ $notificationUrl }}" target="_blank">{{ $creatorName }}</a>
|
||
|
is now following you on Pony.fm!
|
||
|
</p>
|
||
|
@endsection
|