Pony.fm/resources/views/emails/notifications/new-follower.blade.php

9 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