Files
newznab-tmux/resources/views/emails/accountChange.blade.php
T

14 lines
271 B
PHP

@extends('emails.email_layout')
@section('title')
Your account level has been changed
@endsection
@section('content')
Dear {{ $username }},
<br>
Your account has been changed to {{ $account }}
<br><br><br>
Greetings from {{ $site }}
@endsection