2016-12-26 16:50:13 +01:00
|
|
|
@extends('emails.plaintext.notifications._layout')
|
2016-12-23 14:08:41 +01:00
|
|
|
|
|
|
|
@section('content')
|
|
|
|
Congrats! {{ $creatorName }} is now following you on Pony.fm!
|
|
|
|
|
|
|
|
Here's a link to their profile:
|
|
|
|
{{ $notificationUrl }}
|
|
|
|
@endsection
|